BorlandDave
Programmer
My program accesses two interbase databases with identical structures. I need to copy a selected record from a table in DB1 to the corresponding table in DB2.
Is there a quick way to do this with TIBQuery? Or do I really have to write each field in DB2 manually from the query on DB1?
Is there a quick way to do this with TIBQuery? Or do I really have to write each field in DB2 manually from the query on DB1?