摘要: Programmers may have to create databases programmatically, but neither ActiveX Data Objects (ADO) nor ADO.NET provide the means to create Microsoft Access databases. However, you can create Access databases by using the Microsoft Jet OLE DB Provider and Microsoft ADO Ext. 2.7 for DDL and Security (ADOX) with the COM Interop layer.
阅读全文
摘要: C#封装的SQL Server数据库访问模块,可从该类继承,用于访问SQL Server数据库。对OleDb、Odbc和其他数据库,可仿此封装。
阅读全文