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
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