File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes SQLException -- urgent help needed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "SQLException -- urgent help needed" Watch "SQLException -- urgent help needed" New topic
Author

SQLException -- urgent help needed

Roopa Bagur
Ranch Hand

Joined: Nov 03, 2000
Posts: 267
I am using Oracle db & JDBC. When I prepare a query using prepare statement & then call setInt methods to set the place holders & then execute the query I am getting a SQLException that says all variables not bound..
Can somebody tell what I need to do to fix this exception..
Thanks,
Roopa.
sundari swamy
Greenhorn

Joined: Oct 19, 2001
Posts: 9
Put your code.
 
 
subject: SQLException -- urgent help needed
 
Similar Threads
Problem with PreparedStament close
CachedRowSet execute query problem
Problem with preapred Statement
SQLException -- help needed
CachedRowSet execute query problem