J
jokobe
hi ng,
have two big problems:
1. The GUI for a ACC 2000 Database is on the client,
whereas the data are stored in in a separate database on
our server. This solution is pretty slow, for example:
opening a popup takes 11 secs, the popup is reading with
dcount and dmax two tables, one table is empty, the other
table contains 1 record.
Is there a way to enhance performance?
2. Trying to use the BEGINTRANS and ROLLBACK command, but,
alas I'm not very successful. Have started a transaction
WS.BEGINTRANS trhrough a global procedure when opening
the form, but the data are stored in the table when using
WS.ROLLBACK on closing the form?
What's wrong with my code or idea?
thanks in advance for any helpful hint
jokobe
have two big problems:
1. The GUI for a ACC 2000 Database is on the client,
whereas the data are stored in in a separate database on
our server. This solution is pretty slow, for example:
opening a popup takes 11 secs, the popup is reading with
dcount and dmax two tables, one table is empty, the other
table contains 1 record.
Is there a way to enhance performance?
2. Trying to use the BEGINTRANS and ROLLBACK command, but,
alas I'm not very successful. Have started a transaction
WS.BEGINTRANS trhrough a global procedure when opening
the form, but the data are stored in the table when using
WS.ROLLBACK on closing the form?
What's wrong with my code or idea?
thanks in advance for any helpful hint
jokobe