Hi,
Since I'm a PHP newbie, I'm going thru some exercises on various topics.
Before I jump into php + RDBMS (sure to gimme plenty of problems to
solve), I though I'd try PHP's file handling and data storage routines
Specifically in relation to CSV files.
My program contained minor errors which were soon fixed (the path of the
DBA extension, etc.) But now I have this new error that I can't seem to
solve.
The statement in question is
$i = dba_open($dbpath, "w", $dbtype); // $dbtype = "db2"
I get the error,
Warning: no such handler: db2 in F:\PHPSTUFF\Adbook.php on line 6
Changing the value from db2 to dba, gdbm, etc. all result in the same
kind of error for each type!. Am i missing something here? Do I have to
install modules for each type of DB (groan)?
One more thing what's the difference between dba_open() and dbmopen(),
dba_fetch(), dbmfetch() etc
thanks.
RJ
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]