Re: [PHP] ODBC question

2005-12-28 Thread Kristen G. Thorson
Jeremy Schreckhise wrote: I have an Openlink Single Tier Driver on an XP pro machine with windows installed on drive f: because I have a dual boot with Red Hat. Database is Progress 8.3c on a SCO Unixware 7.1.4 Dell Server. I can connect to all progress databases and pull data utilizing a Sy

[PHP] ODBC question

2005-12-28 Thread Jeremy Schreckhise
  I have an Openlink Single Tier Driver on an XP pro machine with windows installed on drive f: because I have a dual boot with Red Hat.  Database is Progress 8.3c on a SCO Unixware 7.1.4 Dell Server.  I can connect to all progress databases and pull data utilizing a System DSN via Openlink, how

[PHP] odbc question

2004-11-16 Thread Adil
>$sql = "SELECT * FROM users WHERE username='$username' AND password='$password'"; >$result = odbc_exec($dbConnection, $sql); > >while ($rows = odbc_fetch_array($result)) { > //This doesn't work with odbc_fetch_object either > print $rows->COLUMNNAME; >} It's returning an array, not an obj