[PHP-DB] MySQL connection

2003-07-15 Thread Igor
I have: WinNT_4.00 Server Apache PHP_5 MySQL_4 [myscript.php] ... $link = mysql_pconnect(); ... - If you run "php.exe myscript.php", you'll get message: "Fatal error: Call to undefined function: mysql_pconnect()..." HOW TO DECIDE THIS PROBLEM ? -- PHP Database Mai

Re: [PHP-DB] MySQL connection

2003-07-15 Thread Igor
> Have you installed the php_mysql module in PHP5, it is not > included by default now. Where can I find this Library? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Sybase: Adaptive Server Anywhere 8 on Linux: problem with cp1215

2002-03-28 Thread Igor Georgiev
PHP 4.1.2 Apache 1.3.23 Slackware 7.1 Sybase: Adaptive Server Anywhere 8 iODBC - libiodbc-3.0.5 database created with 1251CYR collation work fine with cyrillic strings trough windows app (ODBC) but with PHP on linux trough iODBC & Adaptive Server Anywhere ODBC driver 8.0.x not ODBC.INI-

Re: [PHP-DB] Sybase: Adaptive Server Anywhere 8 on Linux: problem with cp1215

2002-03-28 Thread Igor Georgiev
SQL Anywhere docs says : Collation label Type Description 1251CYR ANSI Code Page 1251, Windows Cyrillic - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: "Igor Georgiev" <[EMAIL PROTECTED]> Cc: <[EMAI

[PHP-DB] postgres transaction php trigger rollback

2002-04-25 Thread Igor Kryltsov
trigger Rollback on server. I see the only solution here -- using sessions with timeout equals to reasonable value for each particular page which requires transaction. Thank you, Igor -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php