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. 参数
![]()
philip
22-Mar-2005 12:04
This function requires one of the following to exist: Windows, DB2, or UNIXODBC.
thorsten at rinne dot info
15-Oct-2003 05: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
01-May-2003 04:26
hey "general at maccrafters dot com"
h4 at locked dot org
11-Mar-2003 10:28
my 2 cents:
charlesk at netgaintechnology dot com
24-Jan-2003 02: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
06-Nov-2002 03: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 08:55
If you're using Masoud's code in PHP4.2+, change the fifth line to:
Marcus dot Karlsson at usa dot net
25-Apr-2002 01: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
23-Feb-2002 04:29
This function not availible in PHP 4.1.1 , you can try this : | ![]() |