Hi
I'm new using php and progress... so i'm trying to meke some simple examples of displaying data on internet using php and a progress database
My problem is not about conection, i can make it well but when i try some SQL statement it works but i don't nkow why give me de same record n times. this is muy code
$query = odbc_exec($odbc,"SELECT * FROM pub.clientes " or die (odbc_errormsg());
echo odbc_result_all($query);
it give me de right number or records but the same in all.
thanks for your help
I'm new using php and progress... so i'm trying to meke some simple examples of displaying data on internet using php and a progress database
My problem is not about conection, i can make it well but when i try some SQL statement it works but i don't nkow why give me de same record n times. this is muy code
$query = odbc_exec($odbc,"SELECT * FROM pub.clientes " or die (odbc_errormsg());
echo odbc_result_all($query);
it give me de right number or records but the same in all.
thanks for your help