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 IamaSherpa 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. SCraig

    ASP, ODBC, Pervasive.SQL 7.0

    TomKane, Yes, thanks. But it did not help me. I did download the Pervasive trail version 8. Installed it and everything worked. Will do some more testing, if there are any problems with version 8 I will post. Thanks, Jonathan Craig
  2. SCraig

    ASP, ODBC, Pervasive.SQL 7.0

    No have not solved this yet. Can get no reponse from this board...
  3. SCraig

    ASP, ODBC, Pervasive.SQL 7.0

    mirtheil, I have tried both. Here is the sample code: Dim objConn Set objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString = "DRIVER={Pervasive Software ODBC-32};DATAPATH=c:\pvsw\demodata;DDFPATH=c:\pvsw\demodata" objConn.Open 'Fails here. and Dim...
  4. SCraig

    ASP, ODBC, Pervasive.SQL 7.0

    I'm trying to to use Perasive 7.0 with an ASP page. I'm using Windows 2000. I get the following error: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Pervasive Software][ODBC Interface][Pervasive Software SQL Engine]General error. Any help would be great. Jonathan Craig

Part and Inventory Search

Back
Top