downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Funções para Mssql> <Tipos de Recurso
[edit] Last updated: Fri, 17 May 2013

view this page in

Constantes pré-definidas

As contantes abaixo são definidas por esta extensão e somente estarão disponíveis quando a extensão foi compilada com o PHP ou carregada dinamicamente durante a execução.

MSSQL_ASSOC (integer)
MSSQL_NUM (integer)
MSSQL_BOTH (integer)
SQLTEXT (integer)
SQLVARCHAR (integer)
SQLCHAR (integer)
SQLINT1 (integer)
SQLINT2 (integer)
SQLINT4 (integer)
SQLBIT (integer)
SQLFLT8 (integer)


add a note add a note User Contributed Notes Constantes pré-definidas - [2 notes]
up
0
emigort at gmail dot com
18 days ago
For MSSQL data type bigint use
SQLFLT8  type parameter on mssql_bind
up
0
plee61 at hotmail dot com
5 years ago
SQLINT1 represents one byte, range -128 to 127
SQLINT2 represents two bytes, range -32768 to 32767
SQLINT4 represents four bytes, range -2147483648 to 2147483647

 
show source | credits | sitemap | contact | advertising | mirror sites