Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP Databases
|
PHP Databases Using PHP in conjunction with databases. PHP questions not specific to databases should be directed to one of the other PHP forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP 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 August 27th, 2004, 03:51 AM
Authorized User
 
Join Date: Jul 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Default connecting to Paradox 7

Does anyone know if its possible to connect to Paradox 7, (yup its an old db!).

If so what are the commands.
This is for my Intranet system that I am building.

thanks.

Michael.
__________________
Michael.
 
Old August 27th, 2004, 05:44 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 256
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Never done it, but you could try using the PX libraries (as far as I know, these cover Paradox versions 4,5,6, and 7, and ship with a brief intro to what is known about the Paradox file format):

http://freshmeat.net/projects/pxlib/...ease_id=144584

A PEAR interface exists, but it requires PHP 5, as a minimum:
http://www.weberblog.com/Manuals/Pear/pecl.paradox.html

Some form of abstraction, to get away from native database methods would probably be advisable. On a Windows machine it would be fairly simple to establish an ODBC connection to the DB and then use the PHP 'odbc_' connectivity functions. This is possible (although less simple) on Unix, too, of course.

That's my 2pence on the avenues you could explore.
Take it easy,
Dan
 
Old August 27th, 2004, 06:28 AM
Authorized User
 
Join Date: Jul 2004
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Default

great thanks Daniel.

I'll look into this.

Michael.





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB2005X connect to Paradox skifan Pro VB Databases 0 September 27th, 2006 03:43 AM
Update the Paradox table myunus SQL Server DTS 1 August 19th, 2005 11:28 PM
Connect to Paradox Using ASP crobarian Classic ASP Basics 1 April 27th, 2005 11:58 AM
ADO connecting to a Paradox 8.0 table cpopham Access VBA 0 December 5th, 2003 01:22 PM
Connecting to Paradox Table using ASP crobarian Classic ASP Databases 0 July 24th, 2003 03:21 PM





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