IntelliJ Java IDE
The moose likes JDBC and the fly likes Error in JDBC CallableStatement program.. please help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "Error in JDBC CallableStatement program.. please help" Watch "Error in JDBC CallableStatement program.. please help" New topic
Author

Error in JDBC CallableStatement program.. please help

Siri Naray
Ranch Hand

Joined: May 19, 2006
Posts: 105
Can someone help me identifying the error in following code. Its giving me some wierd error I dont understand that.



Error in line one column 18. encountered . when expecting some other character. I dont understand why this error is coming. Thank you in advance

If you worry you cannot work... If you work you need not worry
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

In all the examples of CallableStatement I ever saw, they had commas separating the procedure's parameters. Your code doesn't. Perhaps that's the problem.
 
 
subject: Error in JDBC CallableStatement program.. please help
 
Threads others viewed
How to use IN OUT parameter
Stored Procedure Problem
Stored procedure in oracle problem
Error Retreiving a resultset from an oracle stored procedure
need help in executeUpdate() please
jQuery in Action, 2nd edition