Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 12th, 2006, 10:45 PM
kh kh is offline
Registered User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to connect Pervasive Software ODBC-32 in ASP

hi everyone,
im new user for asp. now i facing a problem here, wheni try to use the following coding to connect the pervasive SQL databse but error is come out.

my coding is:
<%
set conn=Server.CreateObject("ADODB.Connection")
strDSN = "Driver={Pervasive Software ODBC-32};DATAPATH=M:\macola70\Data_999\file.dpd;DDFPATH =M:\macola70\Data_999\file.dpd"
conn.Open strDSN
%>

and the error is:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Pervasive Software][ODBC Interface][Pervasive Software SQL Engine]General error.

anyone can help in this. any wrong in my coding?
thanks.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Connect using MYOB ODBC driver mat41 Classic ASP Professional 0 August 7th, 2008 12:56 AM
connect jdbc/odbc bridge to ms- sql server 2000 sushant2002 SQL Server 2000 0 July 3rd, 2007 08:28 PM
Can´t connect using ODBC rtr1900 Classic ASP Databases 0 May 12th, 2006 10:25 AM
best WWW Authoring Software (FREE!) software crmpicco HTML Code Clinic 2 July 18th, 2005 03:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.