From: [EMAIL PROTECTED]
Operating system: WINNT4.0
PHP version: 4.0.6
PHP Bug Type: MSSQL related
Bug description: Cannot use uniqueidentifier
(Apache 1.3.20, PHP4.0.6&4.0.4,MSSQL70)
Cannot work with the MSSQL-uniqueidentifier.
e.g. I need to use following select in php:
select newid() as id;
normally I would get something like this
id="{874E725E-03A0-44C7-BB0B-E52C7EC74B9F}"
but the vars only get cryptical codes like
��OEg��?O�wEURծ
What can I do?
--
PHP Development 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]