![]() |
|
|
|
|
|
|
2
3rd November 14:06
External User
Posts: 1
|
Are you missing some code here? At what point do you actually
initialize "dmd"? -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search http://www.google.ca/advanced_group_search Other Newsgroup Searches: http://www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: http://www.visi.com/~gyles19/fom-serve/cache/1.html |
|
|
3
3rd November 14:06
External User
Posts: 1
|
Yeah, what is missing is
dmd = con.getMetaData(); (Probably was copying out of the example in the help.. missed a line..<G>) i.e. ..... Class.forName( DRIVER ); con = DriverManager.getConnection( URL + "Tx.jds", "Chuck", "" ); stmt = con.createStatement(); dmd = con.getMetaData(); rs = dmd.getTables( null, null, "Accounts", null ); -- ============================================= 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
12th November 03:10
External User
Posts: 1
|
Is there a question about JBuilder here somewhere? From this little
rant, all I can see is that you answered your own question... You need an updated version of MySQL. This has nothing to do with JBuilder. -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search http://www.google.ca/advanced_group_search Other Newsgroup Searches: http://www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: http://www.visi.com/~gyles19/fom-serve/cache/1.html |
|
|
8
12th November 03:10
External User
Posts: 1
|
But you didn't ask Borland anything. You posted in this newsgroup,
which is a *peer-supported* group. http://www.teamb.com And I didn't say "ask MySQL". I asked for clarification. You made two postings in which you did not ASK anything. You posted a rant, in which the closest thing to a question was this statement - ================================ - Note it does NOT say Win2000, maybe I need a new mySQL.... ================================ I agreed. If you are running MySQL on Windows 2000, and that version of MySQL does not support Windows 2000, then THAT is the place to start looking for solutions to your problems. Now, if you have other questions to be answered, then go ahead and ask them. And please try to include all relevant details, like how your project is set up, what versions of everything you are using, and what *exactly* is the error message you are getting. -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search http://www.google.ca/advanced_group_search Other Newsgroup Searches: http://www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: http://www.visi.com/~gyles19/fom-serve/cache/1.html |
|