Having all the ODBC related files installed on the machine, is there a way to create an ODBC FileDSN through script.
Any ideas
Thanks in advance
Posted 12 February 2002 - 17:25
Having all the ODBC related files installed on the machine, is there a way to create an ODBC FileDSN through script.
Any ideas
Thanks in advance
Posted 12 February 2002 - 22:45
Posted 13 February 2002 - 09:53
The correct way to create a ODBC DSN is through the Windows API SQLWriteFileDSN
I think it can be found in ODBCCP32.DLL
Success, Ide