![]() |
DeleteSQL |
SQL for deleting a record DELETESQL |
InsertSQL |
SQL for inserting a record INSERT SQL: insert into table (a, b, c) values * insert into table (a, b, c) values (:a, :b, :c); insert into table (a, b, c) values (:a, "bvalue", :c) etc. |
|
Name | Name of the component | |
Tag | Tag (see Borland documentation) | |
UpdateSQL |
SQL for updating a record. UPDATE SQL: |