The AROS Archives(anonymous IP: 18.190.156.80,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (45)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1622

Full index file
Recent index file

Part of aros exec
 Readme for:  Office » Database » sqlman.i386-aros.lha

SQLMan

Description: SQLite Database Manager
Download: sqlman.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 9Mb
Version: 0.5
Date: 05 Jul 19
Author: lazi
Submitter: salvatore
Email: abbate_salvatore/yahoo com
Requirements: Aros Abiv0 i386
Category: office/database
License: Other
Distribute: yes
FileID: 1911
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 69  (Current version)
69  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
SQLite Manager database management tool

This application based on the SQLite database  engine and lets you create,
view and modify databases. The database handling can happen via the GUI
or there is an SQL command shell to serve any needs. There is a preliminary
support for open xml spreadsheet files which can be converted to databases
and even to native Amiga spreadsheets.

This is a must for the Hollywood SQLite users.
Now with UTF8 support!

Created with Hollywood. (www.hollywood-mal.com)

Features:
~~~~~~
- view database structure and content
- edit database content
- console for sql commands
- create new table structure
- memory database for testing purpose
- xlsx spreadsheet import
- external import modules
- for every platform that supports mui or zune

History:
~~~~~

Version 0.5 (20-Jun-2019)

 - chg: No linking of required plugins on OS4, MOS because it makes file write
operations at program start  - add: Stop button showing for some lengthy task to
break the process  - add: new importer plugin: Odysseypass for one-click opening
browser passwords on OS4
 - fix: updated importer plugins (dbf, os4depot)
 - add: Dump table (SQL menu/dump table) dumps only the selected table
 - add: UTF8 support
 - chg: using MUI Royale 1.7
 - add: drop icon infrastructure added  - add: eventfunc() men_open uses
userdata for import modules can open database  - add: modules should give back
header after a "?" string as the second argument. This keeps compatibility with
old modules  - add: modules header can have a wodb logic tag to note that it can
work without opened database which controls menuitem disabled flag

 Version 0.4 (06-May-16)

 - add: Load sql file switch to the console page on the register  - fix: edit
buttons do not crash when no table is created/loaded  - fix: sql query string do
sanity checks  - add: xlsx import, new table import mode where field names
created from the header (first row) of the table  - fix: non ASCII field names
are handled now  - add: DBase file import plugin  - fix: xlsx import improved
(empty string, single/double quotes handling)
 - fix: added non breaking space for UTF to Latin conversion 0xC2A0 -> 0x20
 - fix: Changed multiple menuitem shortcuts (Reported by: Stefan A. Haubenthal)
 - add: Help key opens the AmigaGuide documentation (Requested by: Stefan A.
Haubenthal)
 - add: Handling attempt to open corrupt databases (Reported by: Stefan A.
Haubenthal)
 - fix: Missed clearing listviews when opening new database  - fix: Installer
script did not copy all icons  - fix: dump all created malformed 'insert into'
lines  - fix: clear lists after execute to prevent mismatched data displayed in
the lists  - fix: correct double quotes handling in dumped list " -> ""    


 Version 0.3 (11-Jul-15)

 - fix: Amiga+C shortcut for close is changed to Amiga+k  - add: output for
console execute  - add: console output to external window or inside the console
prefs menuitem  - fix: failed to list field names from an empty table  - rem: no
more need To insert a record after create a new table  - fix: non latin
characters in the field names made program crash  - fix: file locked even after
closed  - fix: no more crash at clicking the values listviev at right from the
last field  - add: prefs menuitems to control insert position of console output
(cursor/bottom)
 - Add: plugin infrastructure For import  - fix: record list align integers
right  - add: sortable query lists  - add: doubleclick an item in the field list
reloads values with the order of the selected field  - fix: columns list
unnecessary refresh removed  - fix: insert update sql command to the console
only if the console is the active page  - fix: a typo in the source blocked new
file database creation (reported by Enrique)
 - fix: table names uppercase conversion removed because that not works with
some accented characters  - add: added rowid to values listview, hidden by
default and other field attributes to the 'columns' listview  - add: edit panel 
- add: full filename with path in the about window

 Version 0.2 (02-Nov-14)

 - add: set required minimum versions for plugins
 - fix: some listview selection problems, or at least hope so
 - add: multiselect for fields list
 - add: query listviews
 - add: detachable query results

 Version 0.1 (28-Sept-14)

 - Initial alpha release to check if it is useful enough for anybody.



Copyright © 2005 - 2024 The AROS Archives All Rights Reserved