RE: [PHP-DB] Can PHP read View in stead of Table?

2001-02-23 Thread WC Ip
2.2001 10:14 PM Please respond to [EMAIL PROTECTED] To: WC Ip/ITSD/HKSARG@ITSD, [EMAIL PROTECTED] cc: Subject: RE: [PHP-DB] Can PHP read View in stead of Table? Peter. It is not a bug in OpenLink's driver but in PHP - odbc_connect is setting a cursor by default when you connect. This is usuall

RE: [PHP-DB] Can PHP read View in stead of Table?

2001-02-22 Thread Andrew Hill
Peter. It is not a bug in OpenLink's driver but in PHP - odbc_connect is setting a cursor by default when you connect. This is usually fine, but a cursor needs a primary key. If no primary key exists, there will be a problem. This of course will always be a problem with views, as running a