
.net data access and storage
sukhoeing
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
.net 中访问 excel文件的两种方式
1, OleDB, look in to the code sample following:public static String ReadIn ( string sheetName )...{ StringBuilder output = new StringBuilder( 512, 4096 ); StringWriter writer = new StringWr原创 2007-06-25 11:26:00 · 1042 阅读 · 0 评论 -
关于.net 中XML解析 的一些链接
This sample illustrates how to read XML from a file using the XmlTextReader class. This class provides direct parsing and tokenizing of XML, and implements the W3C Extensible Markup Language (XML) 1.0原创 2007-06-25 13:03:00 · 730 阅读 · 0 评论 -
读取Excel文件并在SQL server中新建Table上传数据
First, you can read data Excel Data into a Dataset: Code: Reading Excel Data into a Dataset (Visual Basic) Then you can create the table in SQL server using the DataSet. Sample here: HOW TO: Im原创 2007-06-26 18:39:00 · 917 阅读 · 0 评论 -
为 SQL server express 启用远程连接
Steps for Configuration Manager: Make Browser service automatic from Manual in SQL Server 2005 services Go to Network Configuration in Configuration Manager Enable TCP/IP Enable Named Pipes转载 2007-07-27 09:59:00 · 1059 阅读 · 0 评论