![]() |
|
|
|
|
|
|
2
3rd November 14:02
External User
Posts: 1
|
Frankly I don't have the time to review that tutorial, but if you can
ask more specific questions I will be glad to help.. John.. -- ============================================= TeamB are volunteer helpers. Please DO NOT REPLY VIA EMAIL! Post all questions and replies to this newsgroup ONLY For papers on DataExpress, Applets, JSP, and Web Development go to: http://www.microps.com/mps/paperFAQ.html ================================================== == |
|
|
4
3rd November 14:03
External User
Posts: 1
|
Well,
First you should not have to "build the table" The QueryDataSet will automatically create the necessary structure when you connect to your database and run the basic select statement. Your first task is to connect to the SQL database.. Can you complete that step? Your second step is to create an SQL statment in the "query" property of the QueryDataSet. (basic "select * from table" will do..) Once you do that the QueryDataSet will query the database for the "metadata" and create the necessary table structure for you.. as an "in memory table" John.. -- ============================================= TeamB are volunteer helpers. Please DO NOT REPLY VIA EMAIL! Post all questions and replies to this newsgroup ONLY For papers on DataExpress, Applets, JSP, and Web Development go to: http://www.microps.com/mps/paperFAQ.html ================================================== == |
|
|
6
3rd November 14:04
External User
Posts: 1
|
Sorry you are having problems..
You might consider the fact that JBuilder is "just Java" and seek out information on general JDBC, Swing..etc.. Most of us here use JBuilder for rather serious business developement.. It is up to the task..<G> If you have questions on the GUI database components you need to post in the "dbswing" section for the best help.. (I don't do GUI..<G>) There is also some links down on my sigature that have information/papers on how to use the DataExpress components.. You might find those more helpful. -- ============================================= TeamB are volunteer helpers. Please DO NOT REPLY VIA EMAIL! Post all questions and replies to this newsgroup ONLY For papers on DataExpress, Applets, JSP, and Web Development go to: http://www.microps.com/mps/paperFAQ.html ================================================== == |
|
|
|