Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Sqlitequery | Description: | Example for using the sqlite3 library | Download: | sqlitequery.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 581kb | Version: | 0.10 | Date: | 25 Oct 2008 | Author: | Mathias 'Corto' Parnaudeau (amigadev free fr) | Submitter: | Steven Solie | Email: | ssolie/telus net | Requirements: | libsqlite3.a | Category: | development/example | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 4178 | | | Snapshots:
| |
| Comments: | 0 | Snapshots: | 1 | Videos: | 0 | Downloads: | 243 (Current version) | | 243 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This example is provided with sources and executables for MorphOS and OS4.
Comments will help to understand how to manage the sqlite3 library, a static
one provided in archive sqlite-3.6.1-amiga.lha that I used for testing.
It is as simple as possible but keeping an interest : you can write queries to
the
database and display results in a list.
To try it, a small database is provided, it contains a kind of bug tracker data,
with tables projects and tickets.
A button allows to execute the query written above and another one lists
the database tables. At the bottom, an area will display errors.
Let me know if you have interest. Else you can improve yourself !
|