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
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