当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 新建时提示:尝试创建web项目或打开位于url“http://localhost/webapplication1”的web项目时web服务器报告了以下错误。 “http/1.0 400 malformed request” ......
    摘要: rt 不想在它运行后才杀死那个进程 是不是要用hook? ......


大力幫我。如何“text、ntext、以及 image 資料型別在這個子查詢或彙總運算式中為無效。”解決

picture2   字段是圖片  
   
  update   itemmstr   set   picture2=(select   picture2   from   itemmstr     where   item_no=AB0001     )  
  where   item_no=MT00733NAZ    
  出現這個錯誤提示,  
  如何Update    
   
  text、ntext、以及   image   資料型別在這個子查詢或彙總運算式中為無效。  
 

NO.1   作者: zjcxc

改成下面的更新就行了:  
   
  update   itemmstr   set   picture2=b.picture2  
  from   itemmstr   a,(select   picture2   from   itemmstr   where   item_no=AB0001     )   b  
  where   a.item_no=MT00733NAZ


    摘要: 我做了一个基于web的asp.net的小项目,应如何把他变成.exe文件,然后可以在task schedule 中运行?? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE