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.
Printable View
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.
there is a RegisterDatabase method in the DAO object model for the DBEngine object.
it allows you to create a dSN at runtime.