參考引用:利用設定ODBC 連線到不同的資料庫
--
Microsoft Access
1.Driver={Microsoft Access Driver (*.mdb)};Dbq=資料庫;[Uid=使用者名稱;Pwd=密碼;]
2.Provider=Microsoft.Jet.OLEDB.4.0;Data Source=資料庫;[User Id=使用者名稱;Password=密碼;]
Oracle
1. Driver={Microsoft ODBC for Oracle};Server=資料庫;[Uid=使用者名稱;Pwd=密碼;]
2. Provider=OraOLEDB.Oracle;Data Source=資料庫;[User Id=使用者名稱;Password=密碼;]
dBase
Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=資料庫;
Microsoft Text Driver
1. Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=資料庫;Extensions=asc,csv,tab,txt;
Persist Security Info=False;
2. Provider=Microsoft.Jet.OLEDB.4.0;Data Source=資料庫;
Extended Properties='text;FMT=Delimited'
Microsoft SQL Server
1. Driver={SQL Server};Server=伺服器;Database=資料庫;
[Uid=使用者名稱(預設帳戶為sa);Pwd=密碼;]
2. Provider=SQLOLEDB;Data Source=伺服器;Initial Catalog=資料庫;
[User Id=使用者名稱(預設帳戶為sa);Password=密碼;]
MySQL
driver={mysql};database=資料庫;option=16386;[uid=使用者名稱;pwd=密碼;]
Visual Foxpro
Driver={Microsoft Visual FoxPro Driver};SourceType=DBC;
SourceDB=資料庫;Exclusive=No;
沒有留言:
張貼留言