Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5536 invoked by uid 1010); 30 Sep 2003 16:46:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5493 invoked from network); 30 Sep 2003 16:46:12 -0000 Received: from unknown (HELO mailout06.sul.t-online.com) (194.25.134.19) by pb1.pair.com with SMTP; 30 Sep 2003 16:46:12 -0000 Received: from sfwd01.aul.t-online.de by mailout06.sul.t-online.com with smtp id 1A4NdW-0006HI-00; Tue, 30 Sep 2003 18:46:06 +0200 Received: from pD902EE50.dip.t-dialin.net (rfJzMmZYYeWqIwFwzHFeh2xhMQb5L2FugLrdwuvUUHuLAIdTqM0Mrn@[217.2.238.80]) by afwd01.sul.t-online.com with esmtp id 1A4NdK-0ynSQC0; Tue, 30 Sep 2003 18:45:54 +0200 To: "Lukas Smith" , Date: Tue, 30 Sep 2003 18:45:41 +0200 User-Agent: KMail/1.5.1 References: <003901c3829a$48bee3b0$4d00a8c0@vandal> In-Reply-To: <003901c3829a$48bee3b0$4d00a8c0@vandal> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200309301845.41157.georg@php.net> X-Seen: false X-ID: rfJzMmZYYeWqIwFwzHFeh2xhMQb5L2FugLrdwuvUUHuLAIdTqM0Mrn Subject: Re: [PHP-DEV] differences in the RDBMS ext API's From: georg@php.net (Georg Richter) Hi Lukas, good job! > - bind .. > mysqli_bind_param and mysqli_bind_result > - errno/error mysqli supports 2 types of errno/error mysqli_errno/error and mysqli_sqlstate. mysqli_sqlstate returns ANSI/ODBC conform errorcodes. > - next_result > only exists in fbsql and mssql on todo for mysqli until MySQL AB added an separate call for multi queries. > - pconnect > missing because it was found to be not feasible in mysqli will be replaced by an call to an external broker missing: fetch to retrieve data from a prepared statement (mysqli_fetch) Georg