query a const stored in a differnt database

Mcgrco

Registered User.
Local time
Today, 22:46
Joined
Jun 19, 2001
Messages
118
I want to query a database on a network and return a constant property stored in the database ie version number. I have tryed to do this from a similar database stored on my c drive but when i query version on the network database it returns the value stored on the local database.

Ultimatly what i want to do is when the local database splash form opens it check the version number of the local database against the version number of the network database. I dont want to use tables for security reasons.

Can anyone sugest how this can be achived in code.

Much appreciated
 

Users who are viewing this thread

Back
Top Bottom