Subject What decrements in server performance result from open queries
Author Jonathan M. Freedman
If i open a TIB_Query in a read-only transaction mode, read it into a
TIB_Grid and keep it open through the session, what decrements in
server
performance will result? This query will be open on each client
machine
logged onto the database. The option is to add the 2 columns I need
into a
listbox and then close the query. The two columns are the primary
key and
client full name that are used as a pick list to search the database,
with
the primary key a parameter for the query that calls up entire client
records.
Sincerely,

Jonathan M. Freedman