Hello,
I want my VB6 app to create an ODBC System DSN for connection to an Access database programatically.
There are plenty of websites (including Microsoft and this forum) that give code on how to create one to an SQL database, but I have not been successful in modifying the process to work on an Access database.
I know there are alternatives to this type of connection, but for better or worse, I am dealing with a legacy app that uses this type of connection. Normally we have the user manually create the DSN via Control Panel, but now we need to do it automatically in the program.
Thanks in advance!
I want my VB6 app to create an ODBC System DSN for connection to an Access database programatically.
There are plenty of websites (including Microsoft and this forum) that give code on how to create one to an SQL database, but I have not been successful in modifying the process to work on an Access database.
I know there are alternatives to this type of connection, but for better or worse, I am dealing with a legacy app that uses this type of connection. Normally we have the user manually create the DSN via Control Panel, but now we need to do it automatically in the program.
Thanks in advance!