Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

How to access SQLBrowser?

$
0
0
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
Code:

tools/sqlBrowser.jsp
directly in my browser or when I call
Code:

isc.SQLBrowser.create({autoDraw:true});
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.

Viewing all articles
Browse latest Browse all 4756

Trending Articles