T
Tom Grillot
I have an Access Project (.adp) with a form that contains a combo box
showing business names and addresses. The recordset for this combo box is a
query that selects all records (3 fields - ID, Name, Address) from a SQL
Server 2000 table with 40,000 records. Populating this combo box takes 15
seconds. The client insists on using a combo box for this purpose, but is
not happy with the 15 seconds it takes to load.
The table's data will not change very often, so I've implemented a
semi-fix - When the user logs on, the table is downloaded then persisted to
the user's pc. Should there be an edit to the data I update both the local,
persisted data and the server table.
Is there any better solution to this? Does the data come down from the
server in pure ANSI or Unicode or whatever, or is there a way to compact it,
send it, and un-compact it?
Thanks for any advice,
Tom
showing business names and addresses. The recordset for this combo box is a
query that selects all records (3 fields - ID, Name, Address) from a SQL
Server 2000 table with 40,000 records. Populating this combo box takes 15
seconds. The client insists on using a combo box for this purpose, but is
not happy with the 15 seconds it takes to load.
The table's data will not change very often, so I've implemented a
semi-fix - When the user logs on, the table is downloaded then persisted to
the user's pc. Should there be an edit to the data I update both the local,
persisted data and the server table.
Is there any better solution to this? Does the data come down from the
server in pure ANSI or Unicode or whatever, or is there a way to compact it,
send it, and un-compact it?
Thanks for any advice,
Tom