Re: [PHP-DB] interbase (?) field contents does not show

2001-05-03 Thread GMansky
Meir, Thanks for the response. I believe I tried it with caps but did not get any message. Anyway, I tried it again, and it's now working. Why does $row-LASTNAME give me a result on an ibase_fetch_object() and not on ibase_fetch_row()? Thanks, George -- PHP Database Mailing List

RE: [PHP-DB] interbase (?) field contents does not show

2001-05-03 Thread Larry Rivera
:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] interbase (?) field contents does not show Meir, Thanks for the response. I believe I tried it with caps but did not get any message. Anyway, I tried it again, and it's now working. Why does

Re: [PHP-DB] interbase (?) field contents does not show

2001-04-29 Thread Meir kriheli
On Sunday 29 April 2001 19:00, GMansky wrote: I followed the documentation on interbase. I have the following code: ?php $rowcount = 0;$dbh = ibase_connect ($host, $username, $password); $stmt = 'SELECT * FROM contact'; $sth = ibase_query ($dbh, $stmt); while ($row =