Wednesday, July 4, 2018

Delete_from

The delete_from command removes multiple records from the database at one
time. Similar to the
update_recordset command, delete_from consolidates
many database calls into one operation, and increases database performance.



1
2
3
CustTable custTable;
delete_from custTable
where custTable.Currency == "ABC";

Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...