PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dbase_pack> <dbase_numrecords
Last updated: Fri, 11 Apr 2008

view this page in

dbase_open

(PHP 4, PHP 5)

dbase_open — Öffnet eine dBase-Datenbank

Beschreibung:

int dbase_open ( string $filename , int $flags )

Die Flags entsprechen denen des open()-Systemaufrufs (normalerweise bedeutet 0 Nur-Lesen, 1 Nur-Schreiben und 2 Lesen und Schreiben).

Gibt einen dbase_identifier für die geöffnete Datenbank zurück oder FALSE / falsch, wenn die Datenbank nicht geöffnet werden konnte.



add a note add a note User Contributed Notes
dbase_open
Anonymous
11-Jan-2008 03:05
COPY TO tablename.dbf TYPE FOXPLUS
The table is exported like DBase IV version and works fine with php.
jmertic at ncscredit dot com
16-Oct-2001 04:57
If you are wanting to open Foxpro tables using this, make sure they are in the 2.x format or php will not respond. In VFP use the following:

COPY TO tablename.dbf TYPE FOX2X

This is an easy way to bring database info to the web if you have a small foxpro setup.

dbase_pack> <dbase_numrecords
Last updated: Fri, 11 Apr 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites