-
[RESOLVED] ODBC Help
Hi once again. This is my 3rd post for the past 2 days. :D
I'm done with my VB6 app with SQL as the backend. It's ready for testing to different workstations, however my app is ODBC dependent. I don't want the clients to be configuring their ODBC DSN.
I've search my entire registry and found where it was added. It's via registry but I want to find ways to hard code the ODBC configuration beside the registry settings.
Is there other way, besides the registry?
-
Re: ODBC Help
You don't need to use a DSN at all - see the Connection Strings link in my signature for the 'modern' way to do it.
-
Re: ODBC Help
Holy Moly!
How many $$$ do I owe you Si? connectionstrings.com is great.
-
Re: [RESOLVED] ODBC Help
:lol:
It's a very useful site, but in several cases leaves a bit to be desired.. I have gradually been writing my own version to put in our FAQs, but it isn't my top priority as there is already something out there.