SSqlDbAdmin is a database manager for android.
With your android tablet or phone, you can:
-Build/drop database on your SD card.
-Build/drop table with 8 types of column.
-Build/drop index of tables.
-Supported column types are:
Text, Integer, Decimal, Date, TimeStamp, SmallInt, BigInt, BigDecimal
Text column UTF-8 encoding supported.
-Connect to SelimSql database,
-Admin databases, tables, columns and indexes.
-Insert, update, delete, show records.
-Select sql helper for query tables.
-Save and load sql statements for reuse.
-Data table, query results are displayed in a scrollable grid.
-Export datas to HTML, Excel CSV or Text Tabbed formats.
-Alter database user password.
-Sale, Agenda named sample databases can be downloaded.
-Sale database consist of this tables:
Customer, Product, Order
-Agenda database consist of this tables:
Diary: Diary datas.
Password: Password datas stored.
Person: Person's address datas.
ToDo: ToDo datas. Monthly, weekly, daily duties can be listed by prepared queries.
IncomeExpense: IncomeExpense datas. Income, expense, credit, debt datas can be listed by prepared queries.
The basic features of SelimSql database:
-Database commands, like create, update, insert, delete, select are implemented by standard SQL.
-Updatable, insertable resultset functionality,
-Supports most data types of the SQL standard, including datetime,
-Supports arithmetic operations with datetime,
-Selection of group and summary fields on sql columns,
-JDBC DatabaseMetaData and ResultSetMetaData support,
-Fast select, insert, update, delete operations,
-Columns calculated using other columns and function calls,
-Allows single or multiple insert depending on existing data,
-Order by, group by, count, sum, min, max statistical aggregate functions,
-Disk based tables for large data sets.
Web: www.selimsql.com
With your android tablet or phone, you can:
-Build/drop database on your SD card.
-Build/drop table with 8 types of column.
-Build/drop index of tables.
-Supported column types are:
Text, Integer, Decimal, Date, TimeStamp, SmallInt, BigInt, BigDecimal
Text column UTF-8 encoding supported.
-Connect to SelimSql database,
-Admin databases, tables, columns and indexes.
-Insert, update, delete, show records.
-Select sql helper for query tables.
-Save and load sql statements for reuse.
-Data table, query results are displayed in a scrollable grid.
-Export datas to HTML, Excel CSV or Text Tabbed formats.
-Alter database user password.
-Sale, Agenda named sample databases can be downloaded.
-Sale database consist of this tables:
Customer, Product, Order
-Agenda database consist of this tables:
Diary: Diary datas.
Password: Password datas stored.
Person: Person's address datas.
ToDo: ToDo datas. Monthly, weekly, daily duties can be listed by prepared queries.
IncomeExpense: IncomeExpense datas. Income, expense, credit, debt datas can be listed by prepared queries.
The basic features of SelimSql database:
-Database commands, like create, update, insert, delete, select are implemented by standard SQL.
-Updatable, insertable resultset functionality,
-Supports most data types of the SQL standard, including datetime,
-Supports arithmetic operations with datetime,
-Selection of group and summary fields on sql columns,
-JDBC DatabaseMetaData and ResultSetMetaData support,
-Fast select, insert, update, delete operations,
-Columns calculated using other columns and function calls,
-Allows single or multiple insert depending on existing data,
-Order by, group by, count, sum, min, max statistical aggregate functions,
-Disk based tables for large data sets.
Web: www.selimsql.com
Recently changed in this version:
Version 1.9:
-Query exports can be sent by email.
-Request and proposals can be sent by email.





Comments and ratings for SSql Database Admin
(77 stars)
by Selim Eren Güven on 16/03/2013
I can build my own database and tables. Keeping records, writing my query, taking report and export.. Very good work..
(77 stars)
by salman khan on 04/03/2013
This app is one of few real database apps and is free. Very good real sql database app. Pls add a helper file for all data types detail. A full tutorial would be nice. Thanks