PHP : Function Reference : IBM DB2, Cloudscape and Apache Derby Functions : db2_columns
lada
This is not true!
column-name
The name of the column. To match all columns in the table, pass NULL or an empty string.
You should pass '%' to match all columns
jason
Make sure to use '%' as the column_name to return all columns. The above definition says to pass an empty string, this will return no results.
|