sql server - PHP MS SQL ID format problem -
i'm drawing records php legacy mssql database built for/by asp.net application.
the id's in asp appear long strings of numbers when retrieved php in form so:
3;Í}±¯i©ûzƒgŸó
i'm going wager ids guids -- if want convert guids strings using mssql-guid-string (or if using php 5.3 or later want use microsoft's sqlsrv extension, should convert guid fields automatically.)
Comments
Post a Comment