I m using Delphi 5
I have these componant on my form: Datasource, ADOTable, and ADOQuery
I want to save the result of an ADO query ADOQuery1 as a table (TableQuery1.mdb) so that I can used it later as the DataSource of a new query ADOQuery2.
So you have a table with the same record structure as the query and, more, all records in it.
You can save the virtual table, reload it when you like, assign to a datasource ....
Another similar solution (better... it depends on situations) is to use ClientDataSet but in this case you must distribute 'midas.dll' with your program.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.