Wednesday, June 29, 2005

Database Synchronization problem

I have finished some GUI design of PC client, and built the connection to the MySql database. By the GUI, I can create,modify,and delete the table of the database. The table of MySql database is used to save the oder information. But there is one problem: I can't make the data of GUI table(JTable) synchronized with the data of table in the database.

No comments: