creole::drivers::mssql Namespace Reference


Detailed Description

MS SQL Server implementation of Connection.

If you have trouble with BLOB / CLOB support --------------------------------------------

You may need to change some PHP ini settings. In particular, the following settings set the text size to maximum which should get around issues with truncated data: ini_set('mssql.textsize', 2147483647); ini_set('mssql.textlimit', 2147483647); We do not set these by default (anymore) because they do not apply to cases where MSSQL is being used w/ FreeTDS.

Author Hans Lellelid <hans@xmpl.org>

Stig Bakken <ssb@fast.no>

Lukas Smith

Version
Revision
1.22


This file is part of the Creole[php5] library.


Copyright © 2004 Hans Lellelid  
Creole[php5] CVS