Get hold of utlity extensions for chrome
Access the Settings window directly from the toolbar Quickly access the Settings window by clicking the icon instead of taking the â€..
This simple extension adds a "Download" button to YouTube videos. Download videos from YouTube and other video sites with the single..
Like these? Find related extensions in the Utilities collection.
100% Free online YouTube to mp3 converter tool for Chrome! Download and convert YouTube to m..
Like these? Find related extensions in the Language & Translators collection.
Like these? Find related extensions in the Social & Communications collection.
100% Free online YouTube to mp3 converter tool for Chrome! Download and convert YouTube to m..
Fast & simple way to share the currently viewed page on Facebook. Also displays the Official FB Share Count for every web page.
Share any web page with your friends right from the page you are on! Post to your Facebook, Twitter, Gmail, Evernote, and more from ..
Like these? Find related extensions in the Alerts & Updates collection.
* http://wikis.openlinksw.com/dataspace/owiki/wiki/UdaWikiWeb/ODBCExplorerSampleProg – Sample Interactive Query program
* http://html5-webdb.s3.amazonaws.com/webdb-api/ODBCsample1.html – Synchronous and Asynchronous test program.
ODBC Bridge for HTML5 Web SQL Database API
None
ODBC Bridge for HTML5 Web SQL Database API
Miscellaneous general updates
ODBC Bridge for HTML5 Web SQL Database API
ODBC Bridge for HTML5 Web SQL Database API
New Methods: WorkerUtils.getDataSources(); - returns a list of ODBC DSNs as an array of Strings AString nsISQLResultSetMetaData.getColumnName(in unsigned short aIndex); - returns column name of result set New DB catalog calls: 1) for nsISQLTransactionSync the following methods were added: nsISQLResultSet getCatalogs(); nsISQLResultSet getTables(in DOMString catalog, in DOMString schema, in DOMString table, in DOMString tableType); nsISQLResultSet getColumns(in DOMString catalog, in DOMString schema, in DOMString table, in DOMString column); nsISQLResultSet getPrimaryKeys(in DOMString catalog, in DOMString schema, in DOMString table); nsISQLResultSet getForeignKeys(in DOMString pcatalog, in DOMString pschema, in DOMString ptable, in DOMString fcatalog, in DOMString fschema, in DOMString ftable); nsISQLResultSet getTypeInfo(in short dataType); nsISQLResultSet getProcedures(in DOMString catalog, in DOMString schema, in DOMString procedure); nsISQLResultSet getProcedureColumns(in DOMString catalog, in DOMString schema, in DOMString procedure, in DOMString column); 2) for nsISQLTransaction (async transaction execution) the following methods were added: void getCatalogs( [optional] in nsISQLStatementCallback callback, [optional] in nsISQLStatementErrorCallback errorCallback); void getTables(in DOMString catalog, in DOMString schema, in DOMString table, in DOMString tableType, [optional] in nsISQLStatementCallback callback, [optional] in nsISQLStatementErrorCallback errorCallback); void getColumns(in DOMString catalog, in DOMString schema, in DOMString table, in DOMString column, [optional] in nsISQLStatementCallback callback, [optional] in nsISQLStatementErrorCallback errorCallback); void getPrimaryKeys(in DOMString catalog, in DOMString schema, in DOMString table, [optional] in nsISQLStatementCallback callback, [optional] in nsISQLStatementErrorCallback errorCallback); void getForeignKeys(in DOMString pcatalog, in DOMString pschema, in DOMString ptable, in DOMString fcatalog, in DOMString fschema, in DOMString ftable, [optional] in nsISQLStatementCallback callback, [optional] in nsISQLStatementErrorCallback errorCallback); void getTypeInfo(in short dataType, [optional] in nsISQLStatementCallback callback, [optional] in nsISQLStatementErrorCallback errorCallback);
ODBC Bridge for HTML5 Web SQL Database API
Fixed wrong conversion of string parameters problem with DB catalog calls.
ODBC Bridge for HTML5 Web SQL Database API
ODBC Bridge for HTML5 Web SQL Database API
Fixed issues with fetching of data types DATE, TIME, TIMESTAMP & LONGBINARY.
ODBC Bridge for HTML5 Web SQL Database API