|
-
Nov 14th, 2002, 12:21 AM
#1
Thread Starter
Addicted Member
Do data exchange
How to use do_dataexchange in java just like we do in C++?
-
Nov 15th, 2002, 09:07 AM
#2
I think you don't need it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 24th, 2002, 09:51 PM
#3
Thread Starter
Addicted Member
Then how to bind the fields with database?
-
Nov 25th, 2002, 03:08 AM
#4
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|