Pyrrhonist
Programmer
Wondering if there is a specific chunk of code that you could use to create a DSN link to an Oracle database when the Access database loads, that can then be severed on close of the database?
I've encountered the syntax as being
driver=blah;server=blah;database=blah;uid=blah;pwd=blah
but how do you put that into the VBA code??? Suggestions and assistance would be GREATLY appreciated. OH! And as a follow up query...if you create this sort of on-the-fly DSN server setting, will it add a permenant setting on the computer in the ODBC admin settings? Or will this only create an ODBC setting WHILE the application is running?
Thanks in advance for any assistance...
Shaymus
I've encountered the syntax as being
driver=blah;server=blah;database=blah;uid=blah;pwd=blah
but how do you put that into the VBA code??? Suggestions and assistance would be GREATLY appreciated. OH! And as a follow up query...if you create this sort of on-the-fly DSN server setting, will it add a permenant setting on the computer in the ODBC admin settings? Or will this only create an ODBC setting WHILE the application is running?
Thanks in advance for any assistance...
Shaymus