in reply to Re^2: One Question about DBF
in thread One Question about DBF
The first param is the table name to use in your SQL, the second the format of the file the table will be stored in, the third the path/filename of the file.$dbhA->ad_catalog('etstx','CSV','etstx.csv');
update : added the missing ad_
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: One Question about DBF
by padawan_linuxero (Scribe) on Oct 18, 2007 at 19:02 UTC | |
by jZed (Prior) on Oct 18, 2007 at 19:04 UTC | |
by padawan_linuxero (Scribe) on Oct 18, 2007 at 19:22 UTC | |
by jZed (Prior) on Oct 18, 2007 at 19:26 UTC | |
by padawan_linuxero (Scribe) on Oct 18, 2007 at 19:35 UTC | |
|