data is first set on the table buffer by assigning values to fields. The data is then
committed to the database by calling the insert() method.
1 2 3 4 | custTable custTable; custTable.accountNum = "1234"; custTable.Currency = "USD"; custTable.insert(); |
Best Regards,
Hossein Karimi
No comments:
Post a Comment