[PHP-DB] Re: Re:dBASE connectivity

2002-07-07 Thread labhras sammin
engine > thinks you're passing a var not a literal. (This is also "grasping at > staws" territory.) > > I want to reiterate that the dbase functions are not recommended for > production work. See the note under dbase. AS an alternative, what about > using odbc? You

Re: [PHP-DB] PHP dBASE connectivity

2002-07-04 Thread labhras sammin
y, please keep this focused on the php-db list. > > Regards - Miles Thompson > > At 12:14 PM 7/4/2002 +0100, labhras sammin wrote: > >Hi I need to use PHP (ver 4 windows) to add a record to a dBase iv database. > > > >I can create, open, read and close a database but when I

[PHP-DB] PHP dBASE connectivity

2002-07-04 Thread labhras sammin
Hi I need to use PHP (ver 4 windows) to add a record to a dBase iv database. I can create, open, read and close a database but when I try to add a record I always get the following error: Warning: unexpected error in C:\php\phpstuff\addTest1.php on line 23 Here is the code [shortened] that I u