Hii have to read the structure of some tables i created and display that in my HTML pages. So i tried to do something like
execute( "describe myTable" ) and get an SQL exception (invalid syntax). Should i instead query some system tables?
Thanks Malte Müller
