php-windows | 2001042
Date: 04/26/01
- Next message: Chipmaster: "[PHP-WIN] Several " Constant already defined " errors."
- Previous message: Joel Gilbert: "Re: [PHP-WIN] ISS, PHP & LDAP Authorization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all
I want to get ms access 97 tables/columns info with
$db=odbc_connect(...)
$res=odbc_columns($db)
while ($rec=db_fetch_into($res)) {
// do something with $rec
}
where db_fetch_into is:
function db_fetch_into($result) {
$row = array();
$cols = <email protected>($result, &$row);
if (!$cols) {
db_check_errors($php_errormsg);
return false;
}
return $row;
}
and get "Initialization of d:\winnt\user32.dll failed" system message.
Can someone helps me?
I use WinNT Server sp6a / Apache 1.3.19 / PHP 4.0.4pl1 as apache module
R. Ohitin
rus <email protected>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Chipmaster: "[PHP-WIN] Several " Constant already defined " errors."
- Previous message: Joel Gilbert: "Re: [PHP-WIN] ISS, PHP & LDAP Authorization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

