Обсуждение: PHP - Clipper

Поиск
Список
Период
Сортировка

PHP - Clipper

От
Jenny
Дата:
Hi, does anybody know how to connect Clipper database from PHP script?
Any help would be very much appreciated.

Thank you.

Regards,
Jenny

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: PHP - Clipper

От
"Joshua D. Drake"
Дата:
Jenny wrote:
> Hi, does anybody know how to connect Clipper database from PHP script?
> Any help would be very much appreciated.
>
You could probably use the dbase libraries... but this is not
the correct forum.

> Thank you.
>
> Regards,
> Jenny
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>


--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl - http://www.commandprompt.com/


Re: PHP - Clipper

От
Frank Bax
Дата:
At 03:38 AM 1/17/06, Jenny wrote:
>Hi, does anybody know how to connect Clipper database from PHP script?
>Any help would be very much appreciated.


Try the dbase functions (no support for locking, indexes or memo fields
though):
         http://www.php.net/manual/en/ref.dbase.php

Best bet is to convert the database to pgsql.  I've used perl and DBI and
DBD:pg for conversion.