搜索资源列表
AdoDemo
- C#中几种常用的连接数据库的方法!连接的是 SQL Server2005服务器! SQLCilent,Oledb,ODBC!-C# in several commonly used methods to connect the database! SQL Server2005 is connected to the server! SQLCilent, Oledb, ODBC!
ODBC_SQLServer
- C#使用ODBC非DSN连接SQL Server数据库,仅供参考,非DSN方式连接SQL Server数据库。-C# using ODBC DSN-less connection to SQL Server database for informational purposes, non-DSN to connect to SQL Server database.
ADO.NET
- ADO.NET中三种方式访问数据库,1\sql server提供程序读取sql server数据库的内容2\用OLEDB访问sql SERVER3\用odbc来访问sql server数据库-ADO.NET to access the database in three ways, 1 \ sql server sql server database provider reads the contents of two \ use OLEDB to access sql SERVER3 \ us
Odbc
- Source code for managing odbc connections to different databases such as Oracle, SQL Server, MySQL. The code is provided in C#
CollocateODBC
- C#自动配置ODBC数据源的示例,namespace CollocateODBC,先注册odbc数据源,ODBC数据源名称,要与SQL Server数据库名保持一致,需要填写SQL Server数据库服务器名、用户名,然后配置数据库,在ODBC.INI中创建一个子键和相应的数据源名,DsnName ODBC数据源名称,ServerName eSQL Server数据库服务器名,DNdatabase SQL Server数据库,UserName 用户名等-C# automatically conf