|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2000-09-22 21:22 UTC] gpf at simm dot ru
  [2000-10-27 23:43 UTC] jah@php.net
  [2000-11-27 09:48 UTC] sniper@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 04:00:01 2025 UTC | 
$dbh=ibase_pconnect("ib:d:\sh.gdb", "SYSDBA","masterkey"); $stm="select * from rating"; $sth=ibase_query($dbh,$stm); ... result: Warning: 0 is not a valid InterBase link resource in d:\inetpub\wwwroot\sh\aa.php3 on line 5 PHP has encountered an Access Violation at 405425D5 this script is working normaly: $dbh=ibase_pconnect("ib:d:\sh.gdb", "SYSDBA","masterkey"); $stm="select * from rating"; $sth=ibase_query($stm); .....