myselfnetlife's profile我的个人网络生活BlogLists Tools Help

谢 谢

Occupation
Location
Interests
生活就是生活

我的个人网络生活

浮沉人生,网上游走
6/24/2009

DataAdapter.Update()方法应注意的一个问题

环境:vs2005
今天在用DataAdapter.Update()把一个21个SQL Server里查询出来的表导出到VFP里的时候,没有完成导出,仔细查找之后,发现有一个表名称的错误,使SQL Server里查询出来的与要导入的VFP表名称不一致,结果就直接退出来了,没有错误提示,后面的几个表也没有再进行下去,后结查资料才知道:DataAdapter有个ContinueUpdateOnError,默认为false;哈哈,后面的没有继续下去,这一点就好理解了.可是为什么没有出错提示呢.这就比较奇怪了,不像微软的作风.

5/29/2009

AJAX:The status code returned from the server was: 12031 错误原因

vs2005+ajax entensions 1.0下出现:

---------------------------
Windows Internet Explorer
---------------------------
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12031
---------------------------
确定  
---------------------------

上网查了一下,原来是路径或名称当中包含了中文.我把中文改成了英文,果然就没再出错了.还有人提出了不同的解决办法,我没测试.所以也不知道是否可行

AJAX:The status code returned from the server was: 12031 错误原因

vs2005+ajax entensions 1.0下出现:

---------------------------
Windows Internet Explorer
---------------------------
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12031
---------------------------
确定  
---------------------------

上网查了一下,原来是路径或名称当中包含了中文.我把中文改成了英文,果然就没再出错了.还有人提出了不同的解决办法,我没测试.所以也不知道是否可行

AJAX:The status code returned from the server was: 12031 错误原因

vs2005+ajax entensions 1.0下出现:

---------------------------
Windows Internet Explorer
---------------------------
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12031
---------------------------
确定  
---------------------------

上网查了一下,原来是路径或名称当中包含了中文.我把中文改成了英文,果然就没再出错了.还有人提出了不同的解决办法,我没测试.所以也不知道是否可行

AJAX:The status code returned from the server was: 12031 错误原因

vs2005+ajax entensions 1.0下出现:

---------------------------
Windows Internet Explorer
---------------------------
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12031
---------------------------
确定  
---------------------------

上网查了一下,原来是路径或名称当中包含了中文.我把中文改成了英文,果然就没再出错了.还有人提出了不同的解决办法,我没测试.所以也不知道是否可行