Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Manju Tcs   on Jul 21 In Java Category.

  
Question Answered By: Ella Brown   on Jul 21

where should i put the oracle  drivers?
(jar files). my program is a multithreading/socket server which will
be handling data manipulation connecting to remote databases using
gprs. i put the jar files in the jdk\lib\ext. in the net ide, under
the database, the connection  appeared and i tested the driver and it
says in the output, warning: no tables, no views. internal testing
incomplete. but when i right clicked the connection, and execute
command, i entered a simple query and it works. but when i run the
application, i put some printlns as markers. it did print until
while(rs.next())
but the println after the
String temp = rs.getString("tablename");
did not print at all.
how will i check if the connection has been made?
thanks a lot!!!!!

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on oracle connection Or get search suggestion and latest updates.


Tagged: