Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
User Contributed Notes 2 notes
up
down
0
david dot rekowski at gmx dot de ¶5 years ago
must be
db2_columns($conn, '', '%', $table, '%');
Don't forget that table names are UPPERCASE. That gave me quite some headache.
up
down
0
lada(at)hoidekr.net ¶7 years ago
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
add a note