人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 技術開發教程 > 詳細頁面

ADO連接數據庫字符串大全

ADO連接數據庫字符串大全

更新時間:2022-07-28 文章作者:未知 信息來源:網絡 閱讀次數:


This page contains sample ADO connection strings for ODBC DSN / DSN-Less, 
OLE DB Providers, Remote Data Services (RDS), MS Remote, MS DataShape. 

Also included are ADO.NET connection strings for each .NET Managed Provider 
(SQLClient, OLEDB, and ODBC). 

These sample connection strings are compiled 
by Carl Prothman, a Microsoft Visual Basic MVP 
Enjoy! 

 
Table of Contents 
ODBC DSN Connections DSN 
File DSN 


ODBC DSN-Less Connections ODBC Driver for AS/400 
ODBC Driver for Access 
ODBC Driver for dBASE 
ODBC Driver for Excel 
ODBC Driver for MySQL 
ODBC Driver for Oracle 
ODBC Driver for Paradox 
ODBC Driver for SQL Server 
ODBC Driver for Sybase 
ODBC Driver for Sybase SQL Anywhere 
ODBC Driver for Text 
ODBC Driver for Teradata 
ODBC Driver for Visual FoxPro 


OLE DB Data Link Connections Data Link File (UDL) 


OLE DB Data Provider Connections OLE DB Provider for AS/400 
OLE DB Provider for Active Directory Service 
OLE DB Provider for DB2 
OLD DB Provider for Internet Publishing 
OLE DB Provider for Index Server 
OLE DB Provider for Microsoft Jet 
OLE DB Provider for ODBC Databases 
OLE DB Provider for Oracle (From Microsoft) 
OLE DB Provider for Oracle (From Oracle) 
OLE DB Provider for Simple Provider 
OLE DB Provider for SQL Server 


Remote Data Service (RDS) Connections RDS Data Control - Connect Property 
RDS Data Control - URL Property 


ADO URL Connections ADO Recordset 


MS Remote Provider Connections MS Remote - Access (Jet) 
MS Remote - SQL Server 


Data Shape Provider Connections MS DataShape - SQL Server 


.NET Managed Provider Connections SQL Client .NET Managed Provider (System.Data.SqlClient) 
OLE DB .NET Managed Provider (System.Data.OleDb) 
ODBC .NET Managed Provider (System.Data.ODBC) 


 


ODBC DSN Connections 
Using an ODBC DSN (Data Source Name) is a two step process. 

1) You must first create the DSN via the "ODBC Data Source Administrator" program 
found in your computer's Control Panel (or Administrative Tools menu in Windows 2000). 
Make sure to create a SYSTEM DSN (not a USER DSN) when using ASP. 
Note: You can also create the DSN via VB code. 

2) Then use the following connection string - with your own DSN name of course. ;-) 

ODBC - DSN 
 
Conn.Open "DSN=AdvWorks;" & _ 
 "Uid=Admin;" & _ 
 "Pwd=; 


You can also create and use a File DSN. Then use the following ADO Connection string: 

ODBC - File DSN 
 
Conn.Open "FILEDSN=c:\somepath\mydb.dsn;" & _ 
 "Uid=Admin;" & _ 
 "Pwd=;" 

For more information, see: About ODBC data sources and 
How to Use File DSNs and DSN-less Connections 

Note: The problem with DSN is that Users can (and will) modify them (or delete by mistake), 
then your program won't work so well... So it's better to use a DSN-Less or OLE DB Provider 
connection string with a Trusted Connection if possible! 


ODBC DSN-Less Connections 
ODBC Driver for AS/400

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 孟村| 城市| 青川县| 古蔺县| 甘孜县| 临漳县| 晋江市| 柳州市| 天门市| 会东县| 昌都县| 田林县| 正阳县| 呼和浩特市| 华阴市| 全南县| 靖远县| 安岳县| 勃利县| 花莲市| 邵阳县| 东乌| 克什克腾旗| 新巴尔虎左旗| 仁寿县| 巴马| 安远县| 浦县| 岑巩县| 四川省| 铜川市| 克拉玛依市| 渝北区| 蚌埠市| 桂阳县| 晋城| 平罗县| 桃园县| 莒南县| 随州市| 凤山市|