摘要:string strFileName = "c:\***.xls";string strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strFileName + ";Extended Properties=Excel 8.0;";System.Data.OleDb.OleDbConnection EConn=new System....
阅读全文
摘要:有利于理解ASP.NET页的内部执行过程 http://www.csdn.net/Develop/read_article.asp?id=18085
阅读全文
摘要:MSND上的解释如: 将 CommandText 发送到 Connection 并生成一个 SqlDataReader。 最近在项目中发现个问题,(美国来的PACKAGE) myCommand.CommandText = "Insert into .... " SqlDataReader dr = myCommand.ExecuteReader() while(dr.Read()){ Guid ...
阅读全文
摘要:今天用 IsNumeric("(123)")居然发现返回的是 TURE 。 一查帮助 如果整个 Expression 可识别为数字,IsNumeric 函数返回 True;否则,返回 False。 如果 Expression 的数据类型是 Short、Integer、Long、Decimal、Single 或 Short,IsNumeric 函数返回 True。如果 Expression 是一个可...
阅读全文