Re: ODBC Driver Configuration with Delphi Code


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by Jason Hawthorne on August 07, 2002 at 16:52:58:

In Reply to: ODBC Driver Configuration with Delphi Code posted by Steve on June 11, 2002 at 21:25:36:

You set all the registry entrys via Install Shield or Code. Then you must edit the odbc.ini file and add the approiate settings there.
Let me know if you need sample code.

------------

Steve Wrote:

: This is my first visit to the site. I must say I kinda like what I see. Just wondering if anyone can answer what is probably a very basic question?

: I had to connect to an Access database with ODBC. I created the Driver on my machine with the BDE and now need to install the driver on the users NT machines. I know I can set the driver up through the Data Sources utility of the Control Panel, however, I want to do this dynamically in the code.

: Is there anyway to accomplish this with Delphi?

: Thanks.
: Steve




Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]