Содержание
.NET Framework Data Provider for OLE DB
Тип: .NET Framework Wrapper Class Library
Использование: System.Data.OleDb.OleDbConnection
Производитель: Microsoft
Bridging to Jet OLE DB 4.0
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:mydatabase.mdb;User Id=admin;Password=;
.NET Framework Data Provider for ODBC
Тип: .NET Framework Wrapper Class Library
Использование: System.Data.Odbc.OdbcConnection
Производитель: Microsoft
Bridging to Microsoft Access ODBC Driver
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
Driver={Microsoft Access Driver (*.mdb)};Dbq=C:mydatabase.mdb;Uid=Admin;Pwd=;
0.00 (0%) 0 votes








