[PHP-DB] Truncated data retrieved from MSSQL Server

2001-07-14 Thread Thomas Merlin
Hello, I'm trying to retrieve data from a table sitting on a MSSQL Server Database but the query result is always truncated over 255 characters... PHP 4.05 is running on a Linux box The column is a varchar 5000 Thanks for any help. Thomas. -- PHP Database Mailing List

[PHP-DB] Autocommit=0 mySQL

2001-07-14 Thread Malcolm Read
Now that mySQL supports transactions via AUTOCOMMIT=0, BEGIN, ROLLBACK, COMMIT etc., are there any plans to add these functions to PHP? If so any idea of when they may be available? Malcolm -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP-DB] Re: Interbase/PHP/Apache implimentation

2001-07-14 Thread John Lim
Hi Jordan I have been trying to use interbase with the IIS sapi unsuccessfully (PHP 4.0.6). I suspect that it is not thread-safe as CGI works fine. It really is up to someone who can debug the php_ibase.dll source to fix this as it apparently not an apache specific problem. Regards, john Jordan