sql="select * from snp_index"
where snp_index is a new table I imported into my Joomla database.
I have also tried
sql="select column1name, column2name...etc from snp_index" with no luck.
I there a requirement that only joomla controled tables in the db will work? I am supplying a valid SQL query to the table as required but all I get is:
SQL=N/A
using version 1.1 with Joomla 2.5
Thanks
Tom