如何通过visual studio 2008从sql server 2008导出数据或从中导出数据?
问题描述:
亲爱的编码员,
我想就以下行动提供一些帮助:
1)将数据从Visual Studio导出到文本文件。
2)将数据从Visual Studio导出到Excel工作表。
3)从文本文件导入数据到Visual Studio。 br />
4)从Excel文件导入数据到Visual Studio。
我肯定需要帮助...
Dear Coders,
I would like to have some help regarding the following actions:
1) Export Data from Visual Studio to Text file.
2) Export Data from Visual Studio to Excel Sheet.
3) Import Data to Visual Studio From Text File.
4) Import Data to Visual Studio From Excel File.
I surely need help regarding this...
答
我相信一本关于.NET编程的书将涵盖基础知识,因为没有快速的答案。我假设您正在从SQL Server读取以及从/向所列文件类型输入/输出的内容。查找书籍时查找输入/输出或IO章节。
I believe a book on .NET programming will cover the basics as there is not a quick answer. I assume you are reading from a SQL Server and what to input/output from/to the file types listed. When looking for a book look for input / output or IO chapters.