Page 1 of 1

How virtual table connect to express quantum grid

Posted: Wed 28 Dec 2005 14:17
by ljcca2003
I am a student who is new in delphi...... :D

Can I know how I can retreive the data from my table (oracle database) and put into the virtual table directly; and when it run, the data will put inside my grid without the OraDatasource??

and.....

When i insert data, the data will not directly update to my database, it only store at my virtual table first. Once i finish everything, then only update to my database in one shot

Can I make it?? :?:
Can any one help?? :cry:

Thank you very much ..... :D

Posted: Wed 28 Dec 2005 14:50
by Paul
You can do this with TOraTable, TMyTable, TMSTable from ODAC, MyDAC or SDAC products.
If you want to do this with TVirtualTable you have to copy records from TOraTable to TVirtualTable
for displaying recordset in TDGGrid and to do appropriate operation for updating results in TOraTable.