开发者

How to Connect a Database in asp.net using odbc?

开发者 https://www.devze.com 2023-02-14 08:39 出处:网络
Ihave a system DSN.How to c开发者_开发技巧onnect to the database in asp.net using DSN.I wanted the Connection String Check out the link , has both DSN and DSN less ODBC connectivity using ADO.Net

I have a system DSN.How to c开发者_开发技巧onnect to the database in asp.net using DSN.I wanted the Connection String


Check out the link , has both DSN and DSN less ODBC connectivity using ADO.Net http://www.easysoft.com/developer/languages/csharp/ado-net-odbc.html


One way of finding out the connection string is to create a connection in Server Explorer in Visual Studio, then check the properties of the connection and you will see a Connection String property that will give you what you need.

0

精彩评论

暂无评论...
验证码 换一张
取 消