To use SqlConsole, include the following JavaScript files in your HTML page:
<script src="web/ui1.svg/innovaphone.ui1.svg.js" type="text/javascript"></script> <script src="web/sqlconsole/innovaphone.sqlconsole.js" type="text/javascript"></script>
The SqlConsole can be created using the following constructor:
new innovaphone.SqlConsole(style, app, path);
"sql-console".
var sql = new innovaphone.SqlConsole("width:80%; height:80%;", app);
This object creates a SQL console with the specified style and binds it to the given AppService connection object.