TMyQuery as Memdataset
Posted: Thu 25 Sep 2008 11:34
If I'm doing a SELECT with TMyQuery, will the cursor linked on the the table or will the table closed like TClientdataset. I have to make a pre-printscript witch access some tables on SELECT.
I know that Locate search a record locally on the dataset, but if I'm using filter in runtime will it also filtered in the dataset or will there be a new query created?
I also can use Virtualtable, but it doesn't support blobfields (as far as I know)
and an extra component has to be created.
I know that Locate search a record locally on the dataset, but if I'm using filter in runtime will it also filtered in the dataset or will there be a new query created?
I also can use Virtualtable, but it doesn't support blobfields (as far as I know)
and an extra component has to be created.