Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. penciled

    Explanation of 'it's just ending'-

    Something bizzare is happening in my code. I am trying the same thing- using a PL/SQL procedure or not- and getting different results- actually- I'm getting the same results, to start with, but for some reason when I call the procedure my code ends abruptly. It begins displaying the results...
  2. penciled

    It's just ending...

    I'm using calling a few Oracle PL/SQL procedures from my JSP page. Everything seems to be working... until it all just ends. I'm selecting a long list of items from the db. When I run the page the query appears to be running just fine- selecting everything it's supposed to, but then it just...
  3. penciled

    Need help with callableStatement()

    I was told that I needed to do this: ResultSet rs = ((OracleCallableStatement)cs).getCursor(1); ...so I added the Oracle stuff- I had to include <%@ page import=&quot;oracle.jdbc.driver.*&quot; %> as well, but now I'm getting several errors like this one...
  4. penciled

    Need help with callableStatement()

    I have a PL/SQL procedure that SELECTs lists of data from several tables. I want to be able to use this with JSP. I've read about people using CURSORS to retrieve multiple tuples from database queries. I'm new to cursors and callableStatements. Can someone please walk me through (examples...
  5. penciled

    ODBC Access -&gt; Oracle (errors 911/3146)

    Hallo, I'm trying to export an Access db to Oracle but I'm having troubles. Nothing seems to be working. I'm getting an ODBC--call failed, followed by an invalid character (#911) error. I've created a few test tables making sure that no invalid characters are present, but the error persists. I...

Part and Inventory Search

Back
Top