摘要
将常用到的、针对SQL数据库操作的C#语句进行汇集和讨论,便于相关人员参考。基于.Net平台下某软件的开发,测试这些代码的实用性和延伸性。实践证明,给出的代码可以成功地操作SQL数据库。测试表明,代码可结合具体的解决方案进行合理更改并使用。
Thanks to the classes and methods in the SqlClinet Namespace of C# language,programmers can use them into the technology of database implementation.The C# sentences which currently used in manipulation of SQL Server database are collected and discussed in this thesis for ease of reference.Based on implementation of a software on the.Net platform,the given codes were tested for practical applicability and extensibility.It has been found that these given codes can manipulate SQL Server database successfully.The test revealed that these codes can combine with specific solution for reasonably modifying then using.
出处
《软件导刊》
2011年第11期84-87,共4页
Software Guide
关键词
SQL数据库
C#语言
数据库操作
代码
SQL Server Database
C# Language
Manipulation of Database
Code