G
Guest
Hi,
I have an application with multi users.
The data mdb is on the server.
I want to add a record ,from the client mdb, to a table that has lot's of
records .
If i'm doing:
Set rs = db.OpenRecordset("SELECT * FROM Tbl")
It will bring all the records through the network and it's very slow.
I only need to add a record and not to edit\delete the existing records.
Is there any faster way to do it?
Is the dbAppendOnly property doing this?
I have an application with multi users.
The data mdb is on the server.
I want to add a record ,from the client mdb, to a table that has lot's of
records .
If i'm doing:
Set rs = db.OpenRecordset("SELECT * FROM Tbl")
It will bring all the records through the network and it's very slow.
I only need to add a record and not to edit\delete the existing records.
Is there any faster way to do it?
Is the dbAppendOnly property doing this?