Hi

This is urgent

I am developing a Server /Client application that uses a centralized MDB file .

Now...To enhance the security of the Application ,the server passes an object of type database that points to the MDB file so that none of the Clients physically Share the MDB (No OS Drive or folder sharing )

The Methodology is working nice ,but when reading the fields of recordsets , it takes much more time than the directly reading from MDB Application

Any Hints