Re: Re: [PHP-DB] FATAL: emalloc(): Unable to allocate 2147483599 bytes

2001-03-22 Thread Denis Eltsov
(the problem is not depend on PHP version, in my old php3 it's the same) before installation SQL Server2000 every thing. I can't find any service packs for MS SQL Server 2000. In over programs using ODBC this select works fine Best Regards Denis Eltsov <[EMAIL PROTECTED]>

Re: [PHP-DB] FATAL: emalloc(): Unable to allocate 2147483599 bytes

2001-03-22 Thread Denis Eltsov
No this not solves the problem Unfortunatly it's not the sintax problem. because Everything was fine until I setup SQL Server 2000 Best Regards Denis Eltsov ""Michael Rudel"" <[EMAIL PROTECTED]> wrote in message 000301c0b2b0$08ae9020$[EMAIL PROTECTED]&quo

[PHP-DB] FATAL: emalloc(): Unable to allocate 2147483599 bytes

2001-03-21 Thread Denis Eltsov
Denis Eltsov -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] PHP, ADO/ODBC and MS Access 97 Queries

2001-03-21 Thread Denis Eltsov
1. In ODBC Data Source Administrator create System DSN to your DB 2. In PHP use $x=odbc_connect("your system DSN","",""); $r=odbc_exec($x,"select * from some_table"); echo(odbc_result($r,1)); http://www.zend.com/manual Best regards Denis Eltsov "&qu