This function requires one of the following to exist: Windows, DB2, or UNIXODBC.
![]() |
|
||||||||||
|
odbc_fetch_objectОписаниеobject odbc_fetch_object ( resource result [, int rownumber] )Fetch an object from an ODBC query. See the changelog below for when this function is available. Список параметров
Возвращаемые значенияReturns an object that corresponds to the fetched row, or FALSE if there are no more rows. odbc_fetch_object
philip
21-Mar-2005 08:04
This function requires one of the following to exist: Windows, DB2, or UNIXODBC.
thorsten at rinne dot info
15-Oct-2003 02:26
odbc_fetch_object() works nice with PHP 4.3.3 under W2K with IBM DB2 V.7.2 and V.8.1:
j dot a dot z at bluewin dot ch
30-Apr-2003 01:26
hey "general at maccrafters dot com"
h4 at locked dot org
11-Mar-2003 06:28
my 2 cents:
charlesk at netgaintechnology dot com
23-Jan-2003 10:54
I asked one of the developers to enable this function in the CVS. I tried it and it worked. I didnt do anything special. I was using a Microsoft Access ODBC driver that came with my Windows XP Pro Install.
general at maccrafters dot com
05-Nov-2002 11:45
Here's a bit of code I came up with tha behaves just like mysql_fetch_object()
kynaston at yahoo dot com
05-Sep-2002 05:55
If you're using Masoud's code in PHP4.2+, change the fifth line to:
Marcus dot Karlsson at usa dot net
24-Apr-2002 10:57
It' possible to get both odbc_fetch_object() and odbc_fetch_array() to work just by removing #ifdef HAVE_DBMAKER/#endif in php_odbc.h line 216 (219) and the same in php_odbc.c line 87 (90) and 1229 (1380).
masuod_a at hotmail dot com
22-Feb-2002 12:29
This function not availible in PHP 4.1.1 , you can try this : |