Displaying Zero Rows
-
Every table I try to connect to shows zero rows.
Here are all the options I have tried for each table.
add_db_table_editor(‘title=Consultants&table=news_consultants’);
add_db_table_editor(array(
‘title’=>’Consultants’,
‘table’=>’news_consultants’,
‘sql’=>’SELECT * FROM news_consultants ORDER BY Consultant_ID DESC’,
‘id_column’=>’Consultant_ID’
));add_db_table_editor(array(
‘title’=>’Consultants’,
‘table’=>’news_consultants’,
‘sql’=>’SELECT * FROM news_consultants ORDER BY Consultant_ID DESC’,
));add_db_table_editor(array(
‘title’=>’Consultants’,
‘table’=>’news_consultants’,
‘sql’=>’SELECT * FROM news_consultants’,
));
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Displaying Zero Rows’ is closed to new replies.