[PHP-DB] ibase_query From: phptr <email protected>
Date: 08/15/00

When I want to execute this code:

  $SQL1 = 'SELECT * FROM users ';
  $connection = ibase_connect($ip,$user,$pass);
  $query = ibase_query($connection, $SQL1);

An alert message comes and says that PHP has performed an
illegal operation.
Ibase_connect works correctly, the problem is coming from
ibase_query. How can I correct this or what may be the reason?
I use win98+apache+interbase6

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>