[PHP-DEV] Cannot use uniqueidentifier From: Thomas Reinig (Thomas.Reinig <email protected>)
Date: 06/27/01

From: thomas.reinig <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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>