By the way, for using System DSNs, I found this bit of code from Microsoft, and it works well, it seems, but only for MS Access databases... so I'd need to modify it to fit other sources... I suppose all I need to do is dig in and find the driver information for each connection type, and then rebuild this for diff connection types, and reference it according to what connection I need to build.
What I need to check on if I go this route is I do not recall how to tell if a connection does not exist. Obviously I could do it through error handling, but what about checking manually when the database loads?
What I need to check on if I go this route is I do not recall how to tell if a connection does not exist. Obviously I could do it through error handling, but what about checking manually when the database loads?