How to use do_dataexchange in java just like we do in C++?
Printable View
How to use do_dataexchange in java just like we do in C++?
I think you don't need it.
Then how to bind the fields with database?
What do you mean, bind fields?
DoDataExchange in MFC simply gets values from the fields of a database table and writes them to member variables or vice versa. Use the classes from javax.sql to accomplish the same.