常见连接数据库字符串

博客提及了DataSourceOLEDBConnectionString和DataSourceDriverODBCConnectionString,涉及Microsoft Access和Microsoft Excel等数据源连接,还关联到SQL Server、Oracle等数据库相关。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

DataSourceOLEDBConnectionString
MicrosoftAccess

Provider=Microsoft.Jet.OLEDB.4.0;DataSource=physicalpathto.mdbfile


MicrosoftSQLServer
Provider=SQLOLEDB.1;
DataSource=pathtodatabaseonserver


Oracle
Provider=MSDAORA.1;
DataSource=pathtodatabaseonserver


Microsoft
Provider=MSIDXS.1;
DataSource=pathtofileIndexingService

DataSourceDriverODBCConnectionString
MicrosoftAccess

Driver={MicrosoftAccessDriver(*.mdb)};
DBQ=physicalpathto.mdbfile


SQLServer
DRIVER={SQLServer};
SERVER=pathtoserver


Oracle
DRIVER={MicrosoftODBCforOracle};
SERVER=pathtoserver


MicrosoftExcel

Driver={MicrosoftExcelDriver(*.xls)};
DBQ=physicalpathto.xlsfile;
DriverID=278


MicrosoftExcel97
Driver={MicrosoftExcelDriver(*.xls)};
DBQ=physicalpathto.xlsfile;
DriverID=790


Paradox
Driver={MicrosoftParadoxDriver(*.db)};
DBQ=physicalpathto.dbfile;
DriverID=26


Text
Driver={MicrosoftTextDriver(*.txt;*.csv)};
DefaultDir=physicalpathto.txtfile


MicrosoftVisualFoxPro(withadatabasecontainer)
Driver={MicrosoftVisualFoxProDriver};
SourceType=DBC;
SourceDb=physicalpathto.dbcfile


MicrosoftVisualFoxPro(withoutadatabasecontainer)
Driver={MicrosoftVisualFoxProDriver};
SourceType=DBF;
SourceDb=physicalpathto.dbffile

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值