T
tcb
1) The client.mdbs are on desktops. The user's are networked. The
table.mdb is on a server. One user occasionally needs to query an
Oracle database to append data to the table.mdb. The other users don't
need or have rights to do this. On my testclient.mdb I have links to
the Oracle tables (MS ODBC for Oracle DSN and an Oracle client) which
are only open when the user needs to call upon them. He is prompted
for his username and password, an append query runs, the recordset is
closed.
Is there any performance hit or any other problems to be encountered by
the other users if all of the client.mdbs have that inactive link to
the Oracle tables? Or should I have two front ends?
2) The call to the Oracle database is done through DAO, which is what
I am familiar with. It seems to work just fine. Is there any
advantage to doing this in ADO?
table.mdb is on a server. One user occasionally needs to query an
Oracle database to append data to the table.mdb. The other users don't
need or have rights to do this. On my testclient.mdb I have links to
the Oracle tables (MS ODBC for Oracle DSN and an Oracle client) which
are only open when the user needs to call upon them. He is prompted
for his username and password, an append query runs, the recordset is
closed.
Is there any performance hit or any other problems to be encountered by
the other users if all of the client.mdbs have that inactive link to
the Oracle tables? Or should I have two front ends?
2) The call to the Oracle database is done through DAO, which is what
I am familiar with. It seems to work just fine. Is there any
advantage to doing this in ADO?