I work with Persasive 7.5 and ASP, the last week it was working, but i have some days that out this error:
I have this error Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Pervasive Software][ODBC Interface][Pervasive Software SQL Engine]General error.
This is my code:
<%@ Language=VBScript %>
<html>
<head>
<body>
<%
Dim objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "DRIVER={Pervasive Software ODBC-32};DATAPATH=R:\MACOLA75\DATA;DDFPATH=R:\MACOLA75\DATA"
objConn.Open
mySQL = "Select ITEM_NO FROM IMINVLOC_SQL"
set rstemp = Conn.Execute(mySQL)
%>
<table border="1" width="66%" height="26">
<td width="27%" height="20"> <%=RStemp("ITEM_NO")%></td>
<%
rstemp.close
objConn.Close
%>
</body>
<html>
I need you help please!!
I have this error Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Pervasive Software][ODBC Interface][Pervasive Software SQL Engine]General error.
This is my code:
<%@ Language=VBScript %>
<html>
<head>
<body>
<%
Dim objConn
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "DRIVER={Pervasive Software ODBC-32};DATAPATH=R:\MACOLA75\DATA;DDFPATH=R:\MACOLA75\DATA"
objConn.Open
mySQL = "Select ITEM_NO FROM IMINVLOC_SQL"
set rstemp = Conn.Execute(mySQL)
%>
<table border="1" width="66%" height="26">
<td width="27%" height="20"> <%=RStemp("ITEM_NO")%></td>
<%
rstemp.close
objConn.Close
%>
</body>
<html>
I need you help please!!