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)...
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 || ' '...
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...
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
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.*...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.