Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-09-16 (6 years ago) | Not enough user ratings | Total: 501 | All time: 46 This week: 23 |
Version | License | JavaScript version | Categories | |||
sqlite-db-connector 1.0 | Custom (specified... | 1.0 | Databases, Adobe AIR |
Description | Author | |||||||||||||
This object can be used to access SQLite databases from AIR applications. |
|
Files: LICENSE.txt - Open Software License ("OSL") v. 3.0 text jlcSQLiteDBConnector.js - SQLite database connector class Example: var CurDBConnector = new jlcSQLiteDBConnector(); var tmpDBFile = air.File.applicationStorageDirectory.resolvePath('database\\main1.db'); var tmpSQLQuery = ''; var Counter1 = 0; try { CurDBConnector.CreateDBFile(tmpDBFile, true, 'update'); } catch (usrError) { return false; } try { tmpSQLQuery = "CREATE TABLE IF NOT EXISTS deluxe_coachwork_link (" + " id INTEGER PRIMARY KEY AUTOINCREMENT, " + " sportsmenwork INTEGER, " + " coachwork INTEGER " + ")"; CurDBConnector.SetQuery(tmpSQLQuery); CurDBConnector.ExecuteQuery(tmpSQLQuery); } catch(usrError) { return false; } |
Files |
File | Role | Description |
---|---|---|
jlcSQLiteDBConnector | Class | QLite database connector class |
LICENSE | Lic. | License text file |
readme | Doc. | Readme file with example |
sqlite-db-connector-2010-09-16.zip 7KB | |
sqlite-db-connector-2010-09-16.tar.gz 7KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.