Edit report at https://bugs.php.net/bug.php?id=56108&edit=1

 ID:                 56108
 Updated by:         [email protected]
 Reported by:        xrzping at tom dot com
 Summary:            odbc can not receive data from MS Access
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            PECL website
 Operating System:   w2k
 PHP Version:        4.3.3
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

how is this related to the pecl website?


Previous Comments:
------------------------------------------------------------------------
[2004-06-21 21:41:41] xrzping at tom dot com

Description:
------------
When I use odbc to receive data from MS Access I can not receive correct 
data.example,
I have 10 records and 7 columns in the table "username".

Reproduce code:
---------------
<?php   
  $conn=odbc_connect("zrxtest","root","");
  $result_id=odbc_exec($conn,"select * from username");
  echo odbc_num_rows($result_id);
  echo ",";
  echo odbc_num_fields($result_id);
  odbc_close($conn);  
?>

Expected result:
----------------
-1,7

Actual result:
--------------
10,7


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=56108&edit=1

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to