Re: Update Paradox table with TADODataSet



Bill Todd wrote:

IIRC, you must have the BDE installed to update Paradox tables using
Microsoft's ODBC driver. It would be easier to use the BDE data access
components for the Paradox tables.

Hi Bill,

I have BDE installed and the update works only with an TADOTable.

I wanna use ADO because my tables have many fields, are very large and with TADODataset with a proper SQL string I can reduce the number of records necessary to load. I wanna use this component because of it simplicity in utilisation and to avoid write long sql strings to make that updates using the BDE components.


.