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

search for in the

Mssql Funzioni> <Tipi di risorse
[edit] Last updated: Fri, 17 May 2013

view this page in

Costanti predefinite

Queste costanti sono definite da questa estensione e sono disponibili solo se l'estensione è stata compilata nel PHP o se è stata caricata dinamicamente a runtime.

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 Costanti predefinite - [2 notes]
up
0
emigort at gmail dot com
20 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 | stats | sitemap | contact | advertising | mirror sites