Hi,
Thanks a lot for your answer.
With "update" I mean getting the uptodate contents of the tables from the database I imported them.
One possibility would be to import the tables again. But the problem is that my tables are in relationship with other tables in the db and you can imagine what re-importing them means. Furthermore, I would like to give to the users the possibility to update the tables by clicking on a button.
The solution I thouhgt about is to import the tables again into temporary tables, to overwrite the contents of the old tables (which are only read by my application) and then to delete the temporary tables. I can do this, but I wondered if there wasn't an easier solution available.
Another possibility is to link the tables but my boss doesn't want me to use it...
Regards,
inf33323