Sink_or_Swim
New member
- Local time
- Today, 08:37
- Joined
- Aug 14, 2008
- Messages
- 5
I have a database split in to a front-end and a back-end. The back-end is out on the network and While my splash screen loads i want to ensure that before I load the main form I am connected to the database.
I need a good, clean way to test the connection to the database. I was opening a recordset to test the connection but this seems like a lot of overhead. Is there a more simple method I can use?
I need a good, clean way to test the connection to the database. I was opening a recordset to test the connection but this seems like a lot of overhead. Is there a more simple method I can use?