The Artima Developer Community
Sponsored Link

Java Answers Forum
Connection to stored procedures from jsp

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
irene

Posts: 1
Nickname: cheers
Registered: Nov, 2002

Connection to stored procedures from jsp Posted: Nov 1, 2002 2:22 AM
Reply to this message Reply
Advertisement
Hi all,

i had create a simple stored procedure(function) in the database and i had go through this website http://www.enterprisedt.com/publications/oracle/result_set.html At first, i was running fine at the sqlplus... but when i wan to implement to my jsp page.. i enounter some errors. I follow through the steps in the site. Got one kind of error which is this line : stmt.registerOutParameter(1, OracleTypes.CURSOR);

It states that OracleTypes is a undefined variable or class... do i need to import anything?? anyone can help?? Thanks alot.. I appreciate it.

Topic: Working with strings Previous Topic   Next Topic Topic: MySQL database hosting

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use