RE: How to create an ODBC Datasource programatically in C#
From: Bonj (Bonj_at_discussions.microsoft.com)
Date: 11/17/04
- Next message: Shiva: "Re: hex to int conversion"
- Previous message: Bonj: "RE: User authentification on web applications"
- In reply to: Mike Grishaber: "How to create an ODBC Datasource programatically in C#"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 08:18:06 -0800
Just think about what an "ODBC datasource" is under the hood...
A "User" ODBC data source is just a text file, with the extension .dsn. Have
a look at an existing one to determine what to write and where...
A system data source is slightly more complex, but not much. It's just a
registry setting.
- Next message: Shiva: "Re: hex to int conversion"
- Previous message: Bonj: "RE: User authentification on web applications"
- In reply to: Mike Grishaber: "How to create an ODBC Datasource programatically in C#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|