Hi,
this question is 50% mssql and 50% php. To get field definitions and other
informations for table 'myTable', I use with sql server:
EXEC sp_help myTable
The problem with php is this command returns several result sets, and
informations about field types is not in the first one. If I query mssql
from php and fetch result, I only get informations about the first one, and
php completetly ignores the other one.
Is there a mean to read other result sets, or is there another sql command
that returns field definition?
Thanks
Thierry B.
--
Click below to answer / cliquez ci dessous pour me repondre
this question is 50% mssql and 50% php. To get field definitions and other
informations for table 'myTable', I use with sql server:
EXEC sp_help myTable
The problem with php is this command returns several result sets, and
informations about field types is not in the first one. If I query mssql
from php and fetch result, I only get informations about the first one, and
php completetly ignores the other one.
Is there a mean to read other result sets, or is there another sql command
that returns field definition?
Thanks
Thierry B.
--
Click below to answer / cliquez ci dessous pour me repondre
Comment