Subject | Cleint Data Set? |
---|---|
Author | Dave Bullar |
Post date | 2001-08-08T09:11:38Z |
I have an elementary question.
Writing a user interface I want to keep access to the server an absolute minimum.
I have a form with an IB_Query with connection etc and sql=
'Select Bookingnumber, Date
from Bookings
where Surname = :sn and ZipCode = :zc
Providing these parameters from a ??? Ib_paramEdit ?
Showing the result in an IB_Grid.
This should fetch at most a dozen records.
Having got these records I want to disconnect from the server whilst deciding which record is the crucial one.
But if I disconnect the data will vanish.
OK I can copy the data into a string grid or a couple of list boxes or something but is there a better way to do it?
Or am I being silly about the server connection?
Is a Client Database the answer...if so how does this relate to IBObjects?
[Non-text portions of this message have been removed]
Writing a user interface I want to keep access to the server an absolute minimum.
I have a form with an IB_Query with connection etc and sql=
'Select Bookingnumber, Date
from Bookings
where Surname = :sn and ZipCode = :zc
Providing these parameters from a ??? Ib_paramEdit ?
Showing the result in an IB_Grid.
This should fetch at most a dozen records.
Having got these records I want to disconnect from the server whilst deciding which record is the crucial one.
But if I disconnect the data will vanish.
OK I can copy the data into a string grid or a couple of list boxes or something but is there a better way to do it?
Or am I being silly about the server connection?
Is a Client Database the answer...if so how does this relate to IBObjects?
[Non-text portions of this message have been removed]