摘要:
读sql server 2000中的图片,显示在picturebox中,如何做?(好多以前的贴子说的都不行) 代码如下: string sql; sql = "initial catalog=northwind;data source=localhost;integrated security=sspi;"; sqlconnection conn = new sqlco......
摘要:
宁静以致远。 为什么我们会有这么多烦恼 是因为我们要求欲望太多了。 看开点 顺气自然
......
list index out of bounds(0)通常是什么错误
我在使用storedproc时跳出这样的错误,请教这通常是什么问题引起的?
NO.1 作者: lzf1010
数组越界,估计是你的参数没有设置好。
NO.2 作者: yyfzy
越界
NO.3 作者: sysu
数组越界了。
NO.4 作者: Wnyu
使用数组下标过大.
如: TStringList类型sl的大小(Count = 5);
你用到 sl[8]时会出现这种提示.
摘要:
up
......