rockinron
January 12th, 2003, 10:01 AM
i have been working on upgrading my project to an ADO recordset.
my previous method was "Flat files". the recordset system seems to be lacking in some ways. when i wanted a certain record in a flat file, i just ran this code: get #1, 500, Incident
and it went to the record instantly. with a recordset, there is no similar command so the things that took a split second in the flat files takes many seconds now(12). does anybody have an idea of what code may bring back my speed???
i have tried the filter and it is also slow.
i would like to try the Find function but i do not know the correct syntax.
i have a field: IncidentID with a number and i want to find it quick upon demand. i have a variable: Z and i want to find the record with the same value QUICK.
any ideas??????
my previous method was "Flat files". the recordset system seems to be lacking in some ways. when i wanted a certain record in a flat file, i just ran this code: get #1, 500, Incident
and it went to the record instantly. with a recordset, there is no similar command so the things that took a split second in the flat files takes many seconds now(12). does anybody have an idea of what code may bring back my speed???
i have tried the filter and it is also slow.
i would like to try the Find function but i do not know the correct syntax.
i have a field: IncidentID with a number and i want to find it quick upon demand. i have a variable: Z and i want to find the record with the same value QUICK.
any ideas??????