There is a bug with odbc_connect("mydsn","myuid","mypwd", SQL_CUR_USER_ODBC), when you want to sen SQL statements towards a progress datababase, it sends back a resultset with only one value on all rows.
is there any solutions, to this bug
Conny