Hi Isomorphic --
Is there a way I can access the SQLBrowser independent of the Visual Builder? It seems handy to me to have a way to view my SQL tables independent of a DataSource (e.g. to show all fields in the table and not just the ones in my DS).
When I load
directly in my browser or when I call
I get the same Warning message "Not Authorized". It doesn't seem like a filesystem permissions issue because I can access the same SQLBrowser through Visual Builder / Add... / New DataSource... / Existing SQL Table or View. My guess is there's a way to load this window without clicks.
Also, I can see something called SQLEditor and SQLTableBrowser in the name space that sound useful. I can't find documentation for these anywhere.
thanks!
Amos.
Is there a way I can access the SQLBrowser independent of the Visual Builder? It seems handy to me to have a way to view my SQL tables independent of a DataSource (e.g. to show all fields in the table and not just the ones in my DS).
When I load
Code:
tools/sqlBrowser.jspCode:
isc.SQLBrowser.create({autoDraw:true});Also, I can see something called SQLEditor and SQLTableBrowser in the name space that sound useful. I can't find documentation for these anywhere.
thanks!
Amos.