php-db | 2000121
Date: 12/13/00
- Next message: Anthony Martin: "RE: [PHP-DB] strange behavior of varchar2 in oracle"
- Previous message: Ulf Wendel: "Re: [PHP-DB] GOTO?"
- Maybe in reply to: Mon Akira: "[PHP-DB] dbase_ commands dont work"
- Next in thread: Abdul Kadir: "RE: [PHP-DB] dbase_ commands dont work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You do not need the dBase program installed to use the bundled dBase
functions within PHP. All the dBase functions allow you to do is read/write
dBase files in a limitted fashion, i.e. no indexes, no memos, no concurrent
access, etc.
You need to configure PHP with the --with-dbase flag, then compile it as
normal.
I've been using the dBase functions to on Linux to read dBase files from a
legacy inventory system to import the data into Interbase.
Frank
------------------------------
Franklin J. Balak Jr.
Quality Assurance Data Analyst
Brown Printing Company
Waseca Division
Waseca, MN. 56093
Voice: 507-835-0253
Fax: 507-835-0293
------------------------------
-----Original Message-----
From: Matthew Ballard [mailto:Matthew <email protected>]
Sent: Wednesday, December 13, 2000 13:39
To: php-db <email protected>
Subject: Re: [PHP-DB] dbase_ commands dont work
You have to have the DBase program installed before you use it. The
database functions are interfaces to the programs, not to the files.
Matthew
At 08:26 PM 12/13/2000 +0100, you wrote:
>Hello...
>
>I want to program a PHP Script for my web site in order to get the info
from
>a DBF File. I read the PHP Manual and found the dbase_xxxx commands (like
>dbase_open). The problem is: PHP dont know this command.... the manual
didnt
>say anything about additional settings... this is supposed to work...
>
>Could someone help me please? (my ver: PHP4)
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-db-unsubscribe <email protected>
>For additional commands, e-mail: php-db-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Anthony Martin: "RE: [PHP-DB] strange behavior of varchar2 in oracle"
- Previous message: Ulf Wendel: "Re: [PHP-DB] GOTO?"
- Maybe in reply to: Mon Akira: "[PHP-DB] dbase_ commands dont work"
- Next in thread: Abdul Kadir: "RE: [PHP-DB] dbase_ commands dont work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

