Beacuse u are using an object structure, Check OOP in PHP, the pointer
$variable->name is for objects that why its used in the fetch object and not
fetch row fetch row would be $rs["rowname"] or $rs[0]. Check the
documentation for more detailed info

-----Original Message-----
From: GMansky [mailto:[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 $row->LASTNAME give me a result on an ibase_fetch_object() and not
on ibase_fetch_row()?

Thanks,
George




--
PHP Database 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]


-- 
PHP Database 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]

Reply via email to