|
Site Index |
TcsDatabase - Replaces TDatabase TcsTable - Replaces TTable and supports most of the functions in TTable except range functions (SetRange ...) TcsQuery - Replaces TQuery and has additional features to improve speed and functionality. TcsStoredProc - Replaces TStoredProc, and it can retrieve result sets, output parameters and result from SQL Server stored procedures. TSQLServer - connects the queries to a MS SQL Server. Methods for commit control. TSQLServer also controls how connections are allocated. TSQLQuery - A query component that executes passthru SQL-statements. It can also cache all records in the record set and drop the server connection thus making it an ideal solution for applications with a large number of clients. The result set can be updated either by using UpdateParams to specify updating options, by using a TSQLUpdate component, or by issuing separate SQL transactions in dataset events triggered when using the LocalEdit option. TSQLUpdate - Updates tables on the server. The updates are triggered on every post event on the corresponding TSQLQuery component. More details:
Home
| News
| Products
| Download
| Support |