how to update the table in sql database from a Paradox DB table using delphi

Posted by Sreenath Krishnakumar on Stack Overflow See other posts from Stack Overflow or by Sreenath Krishnakumar
Published on 2013-11-09T09:18:05Z Indexed on 2013/11/10 9:54 UTC
Read the original article Hit count: 309

Filed under:
|
|
|
|

I am doing a project in Delphi6 which enables the user to update the table in SQL server database ; if there is any changes in the table of Paradox DB. An update button has been created and whenever the user clicks it, all the changes made in the paradox db table have to be updated in the SQL server table. Only if there is any changes the table need to be updated else ; it should close automatically. For that I have created a table, "Schedule" ,both in Paradox DB and SQL server. But I am stuck with this Paradox DB thing.

Which component can I drop in the form for connecting the table in Paradox DB ? For SQL server I used ado table component. For this Paradox also can I use that ? I am not a regular programmer so I am not well versed this Delphi6 also. So I am seeking a help for this. Can anybody give me an example coding also ?

© Stack Overflow or respective owner

Related posts about sql

Related posts about delphi