Problem Compiling Java Program

Need help to compile program using JDBC. Have been trying to retrieve data from database thru jdbc-odbc and pass retrieved data to a JTable but is encountering a lot of bugs. Pls help. If possible provide examples.Send to janeching @skyquestcom.net
[269 byte] By [janeching] at [2007-9-26 4:12:57]
# 1
i also encountered pbs when using jdbc-odbcthe problem came from oracle's drivers (\jdbc\classesXXX.zip) !try to download new drivers
angifredf at 2007-6-29 13:19:13 > top of Java-index,Archived Forums,Java Programming...
# 2
Hi! Could you please state the exact problem clearly?Cheers!
amolk at 2007-6-29 13:19:13 > top of Java-index,Archived Forums,Java Programming...
# 3

As I saw the problem I tought about a problem I had 3 month ago.

It took me 1 month to solve I but I will give you it for only 5 dukes.

If your code have no visible problem and you think the problem is the jdbc you might be right.

Sun had a few changes from 1.2.1===>1.2.2

In 1.2.1 the jdbc bridge was synchronized so you did'nt have to do nothing but to send as much queries as you wanted in the same time and the jdbc took care of it and was sending it to the database one by one.

1.2.2 was the change of the system from now and on SUN said you, the programmer must synchronized the queries by yourself and send it to me one by one.

no more multiple queries, only after you get the answer from the database then you can send another one.

But this is not the end.

since it was a new version of jdbc there is a serious bug in 1.2.2 for windows (as I saw it) therefore if you are using 1.2.2 for win please upgrade now to 1.3.1

Hope I helped you

Regards Amnon

amnonm at 2007-6-29 13:19:13 > top of Java-index,Archived Forums,Java Programming...
# 4

Hi Amnon,

Thanks for ur reply. I tried downloading java 1.3.1 and I still encounter the same compilation problems. It has to do with my code. I don't know how to pass my retrieved data fr my d/b to JTable. Can you help me? Can you pass me a sample of code to do just that? Pls send to janeching@skyquestcom.net. Anyway, am rewarding you with the reward tokens for trying.

Regards,

Jane

janeching at 2007-6-29 13:19:13 > top of Java-index,Archived Forums,Java Programming...