O
Owen Cooper
I am using Access 2003 on Windows XP connecting via VPN to SQL Server 2000.
My ADP executes a stored procedure in a remote server which populates a
temporary table. When it inserts 1,000 records, it takes 6 seconds for the
newly-populated table to be returned to my access project.
Now I noticed that an MDB linked to the same table will appear to populate a
similar form in a flash. By monitoring network traffic, it is clear that
the form bound to a linked table on the MDB will retrieve records from the
server as needed.
In contrast to the MDB, a similar form in an ADP bound to the same SQL
Server table will retrieve all the data before the first record is
displayed.
Is there a way to get similar results with an ADP, so the user does not have
to wait for the entire recordset to download before using the form?
Owen
My ADP executes a stored procedure in a remote server which populates a
temporary table. When it inserts 1,000 records, it takes 6 seconds for the
newly-populated table to be returned to my access project.
Now I noticed that an MDB linked to the same table will appear to populate a
similar form in a flash. By monitoring network traffic, it is clear that
the form bound to a linked table on the MDB will retrieve records from the
server as needed.
In contrast to the MDB, a similar form in an ADP bound to the same SQL
Server table will retrieve all the data before the first record is
displayed.
Is there a way to get similar results with an ADP, so the user does not have
to wait for the entire recordset to download before using the form?
Owen