Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Paradox Database


Message #1 by "Drew, Ron" <RDrew@B...> on Wed, 14 Aug 2002 17:50:08 -0400
I have just been given a request to write an ASP to access a Paradox
Database that resides on one of our servers using an ODBC.  I do not
like ODBCs but the vendor that sold the company this software says it is
the only way to get at it.  I have coded connect strings for Access,
AS400  and SQL Server but never Paradox.  Can someone give me the
example of a connect string for a Paradox database on lets say 
 
g:/network1/winspec/data/database.xxx
 
Thanks much 

Message #2 by "Ken Schaefer" <ken@a...> on Thu, 15 Aug 2002 11:45:15 +1000
a) You can create a File DSN using the ODBC control panel. Open the file DSN
using Notepad, and you will have a connection string

    -OR-

b) Use this site:
http://www.able-consulting.com/ado_conn.htm#ODBCDriverForParadox

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Drew, Ron" <RDrew@B...>
Subject: [asp_databases] Paradox Database


: I have just been given a request to write an ASP to access a Paradox
: Database that resides on one of our servers using an ODBC.  I do not
: like ODBCs but the vendor that sold the company this software says it is
: the only way to get at it.  I have coded connect strings for Access,
: AS400  and SQL Server but never Paradox.  Can someone give me the
: example of a connect string for a Paradox database on lets say
:
: g:/network1/winspec/data/database.xxx

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Message #3 by "Drew, Ron" <RDrew@B...> on Thu, 15 Aug 2002 07:33:42 -0400
Ken,
Found the site last night while surfing for help on this topic.  Thanks
for your speedy reply.  You are quite the knowledge base for this site
and I think everyone appreciates your input.
Ron

-----Original Message-----
From: Ken Schaefer [mailto:ken@a...]
Sent: Wednesday, August 14, 2002 9:45 PM
To: ASP Databases
Subject: [asp_databases] Re: Paradox Database


a) You can create a File DSN using the ODBC control panel. Open the file
DSN using Notepad, and you will have a connection string

    -OR-

b) Use this site:
http://www.able-consulting.com/ado_conn.htm#ODBCDriverForParadox

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Drew, Ron" <RDrew@B...>
Subject: [asp_databases] Paradox Database


: I have just been given a request to write an ASP to access a Paradox
: Database that resides on one of our servers using an ODBC.  I do not
: like ODBCs but the vendor that sold the company this software says it
is
: the only way to get at it.  I have coded connect strings for Access,
: AS400  and SQL Server but never Paradox.  Can someone give me the
: example of a connect string for a Paradox database on lets say
:
: g:/network1/winspec/data/database.xxx

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



  Return to Index