Copy Record from one database to another database.

mozaharul

Active Member
Licensed User
Hi,

I’m trying to copy record of one database to another database. I used the “ATTACH” SQLite statement to bind on database with another. Then used “INSERT INTO master-table (SELECT * FROM child-table)” like syntax as in the code. Both the master table (master.sl3) and the child-table (kamlapur.sl3 in the code) have same number and type of variables. But it gives message of syntax error. Can any one correct or suggest me what to do ?

N.B : kamlapur.zip is the database of the device.

regards,
 

Attachments

  • Copy Data to Desktop.sbp
    3.3 KB · Views: 192
  • kamlapur.zip
    1.4 KB · Views: 166
Top