Page 1 of 1

ODBC_result_all

Posted: Wed Feb 25, 2004 8:18 am
by agency8
I have a query that returns all the columns in the table with ODBC_result_all. It works great and prints all the data fine however,
Im looking to use a substr() on 1 column to parse off some data and format the result.

IS this possible to format/parse one columns data and still use the odbc_result_all?

Cant find much online...

Any help is appreciated.