php-db | 2001072
Date: 07/27/01
- Next message: Peter J. Krawetzky: "[PHP-DB] Not Really A DB Question"
- Previous message: CC Zona: "[PHP-DB] Re: (preg_match ?"
- Next in thread: Jeremy Bettis: "[PHP-DB] Re: Help accessing Interbase (win) with PHP4"
- Reply: Jeremy Bettis: "[PHP-DB] Re: Help accessing Interbase (win) with PHP4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have Interbase 5.5 running on NT box, and the goal is to access it from
Apache/PHP on Linux box.
The following code is quite trivial, but in my case it doesn't work. I found
many similar posts searching Internet on that, but did not find an answer.
<?
$dbh = ibase_connect("douglas.akl1.ru:d:\\path\\lyceum.gdb", "user",
"password");
$stmt = "SELECT * FROM examen;";
$sth = ibase_query ($dbh, $stmt); <-- problem is here
...
ibase_close($dbh);
?>
All it gives is "Warning: InterBase: Dynamic SQL Error SQL error code = -901
feature is not supported in /home/maxim/public_html/index.php on line 4"
Please help!
Maxim Pavlov
-- 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>
- Next message: Peter J. Krawetzky: "[PHP-DB] Not Really A DB Question"
- Previous message: CC Zona: "[PHP-DB] Re: (preg_match ?"
- Next in thread: Jeremy Bettis: "[PHP-DB] Re: Help accessing Interbase (win) with PHP4"
- Reply: Jeremy Bettis: "[PHP-DB] Re: Help accessing Interbase (win) with PHP4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

