Click to See Complete Forum and Search --> : Run Time Creation OF Data Source Names (dsn)


Ranjit Goray
November 26th, 1999, 07:01 AM
How do i create run time dsn's (Data source names ) so that i do not have to create in on each and every machine in case of a large network and the application will create it dynamically when it starts.

Lothar Haensler
November 26th, 1999, 09:16 AM
there is a RegisterDatabase method in the DAO object model for the DBEngine object.
it allows you to create a dSN at runtime.

czimmerman
November 26th, 1999, 06:20 PM
See http://www.freevbcode.com/ShowCode.Asp?ID=502