Re: [Sqlrelay-discussion] php, oracle & NVARCHAR
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2005-03-17 17:32:31
|
Probably not. SQL Relay translates all non-lob fields into strings (ie. arrays of characters with NULL terminators). There are plans for better support of different column types but they have not been implemented yet. David Muse dav...@fi... On Wed, 16 Mar 2005 16:11:53 +0100 "ngl...@li..." <ngl...@li...> wrote: > Hi, > > Php's oci implementation don't supports NVARCHAR columns type > ( nvarchar columns are treated like varchar ). > > Does sqlrelay php API provides better implementation to oracle data > types? > > Thank you. > > ============= > php4 on IA64 > oracle9i on IA64 |