Hello,
I have been able to access MAS90 info with ODBC driver through VB and Microsoft Query/Excel ....
But every time I try to use ASP to access MAS90 data I get the following error ....
-----------------
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Sage Canada][PVX ODBC Driver][FILEIO]Table is not accesible
/mas90/invoice.asp, line 27
------------------
Here is my ASP code .....
-----------------
strconn = "DSN=MAS90"
strhhsql = "SELECT * FROM ARN_invhistoryheader WHERE InvoiceNumber ='" & strinvnumb & "'"
Set objhh = Server.CreateObject("ADODB.Recordset"
objhh.open strhhsql, strconn '<===// Line 27 //===
-----------------
As I said .... I use the same "DSN=MAS90" to access data in VB and it works ....
Does anyone know how to access MAS90 data through ASP?
I have been able to access MAS90 info with ODBC driver through VB and Microsoft Query/Excel ....
But every time I try to use ASP to access MAS90 data I get the following error ....
-----------------
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Sage Canada][PVX ODBC Driver][FILEIO]Table is not accesible
/mas90/invoice.asp, line 27
------------------
Here is my ASP code .....
-----------------
strconn = "DSN=MAS90"
strhhsql = "SELECT * FROM ARN_invhistoryheader WHERE InvoiceNumber ='" & strinvnumb & "'"
Set objhh = Server.CreateObject("ADODB.Recordset"
objhh.open strhhsql, strconn '<===// Line 27 //===
-----------------
As I said .... I use the same "DSN=MAS90" to access data in VB and it works ....
Does anyone know how to access MAS90 data through ASP?