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 bkrike 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: *

  • Users: dminich
  • Content: Threads
  • Order by date
  1. dminich

    Specified driver could not be loaded due to system error 5 (Oracle in

    I have an asp script set to pull records from a database and display a table to the end user but I receive the following error. Microsoft OLE DB Provider for ODBC Drivers error '80004005' Specified driver could not be loaded due to system error 5 (Oracle in OraHome92)...
  2. dminich

    Changing Access Query to PL/SQL code

    I'm fairly new to PL/SQL so I'm hoping some body would be willing to help me convert the following SQL into something the SQL*Plus will be happy with. Thank you for any assistance you can offer. SELECT MESSIAHDB_BIB_TEXT.TITLE_BRIEF, MESSIAHDB_LOCATION.LOCATION_NAME || ' '...
  3. dminich

    error with createparameter code

    I'm trying to add values from a form to an Oracle database. Here is my asp code. <% Dim Conn set conn = server.CreateObject("ADODB.Connection") conn.ConnectionString = "Data Source=InternApp;User ID=Intern;Password=intern" conn.open set comm = server.CreateObject("ADODB.Command") set...
  4. dminich

    How do I call PL/SQL from ASP

    I'm working with a web form and I've created a PL/SQL script stored at the database to add records. How do I call this from my ASP code? How do I set up the connection to the database? TIA
  5. dminich

    receive can not resolve symbol when attempting to compile

    Here are the two error messages I'm receiving ProcessForm.java:13: cannot resolve symbol symbol : variable request location: ProcessForm String name = request.getParameter("LNAME"); the ^ is under the r in request. Here is my code //Import Servlet packages import javax.servlet.*...
  6. dminich

    Running total field stops printing on page 40 of 53

    I have a summary field that is reset at the group level which prints correctly on page 1 - 40 page 40 - 53 it does not appear??? Does anyone have any ideas what is going on?

Part and Inventory Search

Back
Top