Page 1 of 1
TVirtualTable.Assign Question
Posted: Tue 22 Nov 2005 07:39
by Andreas Heinrich
I want to save data retrieved from a table to a local file. I tried VirtualTable.Assign(MsQuery), but after the Assign method, MSQuery is closed, focus on the record lost, detail table closed. Is it possible to save the data without closing MSQuery?
Posted: Thu 24 Nov 2005 08:12
by Ikar
We couldn't reproduce the problem.
Please send us (sdac*crlab*com) a complete small test project to reproduce the problem; it is desirable to use Northwind or Master schema objects otherwise include definition of your own database objects; don't use third party components
Also supply us following information
- Exact version of Delphi or C++ Builder
- Exact version of SDAC. You can see it in About sheet of TMSConnection Editor
Posted: Fri 25 Nov 2005 07:48
by Andreas Heinrich
It is no Sdac error!
Sorry, it must be my error. I changed some other code and it's working now as expected, I can't reproduce the behavior by myself.
Thanks for your time.