Create Virtual Table from TmyTable

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eldonfsr
Posts: 6
Joined: Thu 22 Nov 2007 19:05

Create Virtual Table from TmyTable

Post by eldonfsr » Sat 29 Dec 2007 06:20

I Try to doing such but i dont get, I want create a virtual table for use that when i make screen capture the information from user, because when i put TmCustom->Insert() the table the record i locked and also when i make a edite rcord so i think if can make a virtual table with definition of fields that let me insert and edit values and after make that send that information to mytable and keep that information.... is possible..


best, regards...
Fernando

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Post by swierzbicki » Mon 31 Dec 2007 19:15

Hi Fernando,

You can use the TvirtualTable component (an "in memory" table) and then the TCRBatchmove component to update data to a "real' table

Post Reply