AdoUpdateSQL for ADOExpress Microsoft's batch update method is in many ways far superior to the BDE. However, for those used to the convenience of the TUpdateSQL component there now is a way to immulate this using AdoUpdateSQL.
Two components are included in this package, TAdoUpdDataset and TADOUpdateSQL. TADOUpdDataset is just a wrapper around the ADOExpress TADODataset and allows to connect the update object. The TAdoUpdateSQL behaves just like the TUpdateSQL with all properties and methods available.
Here are the primary methods and properties:
TADOUpdDataset
Methods UpdateBatch - Call UpdateBatch to apply all updates to the database. The inherited UpdateBatch method will be called if no AdoUpdateSQL object is attached.
Properties UpdateObject - The TAdoUpdateSQL control
Events OnUpdateError - On Update error event
TADOUpdateSQL
See the Delphi TUpdateSQL documentation A demo application is included. A property Editor will be available for the TAdoUpdateSQL by the next release.
Thanks you for evaluating this product, please be sure to visit our web site at www.fredsterware.com -- where you'll find links to many more great products.