Description:
PocketSqlMan, a new innovative technical product, is a remote database administration utility device. It allows you to manage Microsoft SQL database from Pocket PC or any smart device.
Update Description:
v1.6:
- New features:
o Alter a table through a new GUI. A new screen helps you alter a table without writing SQL statements.
o Edit a record visually, PocketSqlMan can now help you edit a record from the records list.
o Delete a record when you realise its no longer needed. Bring the context menu up on the records screen and choose "delete".
o Ability to insert a record into a table without the need to writing the insert statement manually.
o On the query screen, now you can select the database on which you would like to execute a query on.
- Feel free to get in touch for any feature request or bug report at: contact@loginworks.com or just click on "Contact Us". We @Loginworks, would like to know what you think about our product.
v1.5a:
- Bug fix: While manually entering the sql query, the characters were appearing twice.
v1.5:
- Major Update: Code base moved to CF.Net 2.0.
- Major Update: Gracefully handles landscape and portrait screen modes.
- Major Update: List of objects inside tables (Columns, Triggers and Indexes) are populated when the user wants to see them (Handled on multiple treads for very fast response).
- Major Update: Gracefully handles data editing, i.e. data returned using any SQL command.
- Major Update: A fresh GUI started to take shape.
- Bug Fix: Select query raised an error if there was no primary key in the query.
- Bug Fix: Cancel button on login form was not functioning.
- Bug Fix: The application can now be installed on a storage card as well.
v1.41:
- Data is editable through the select query only if the dataset returned contains a primary key.
- No need to see list of all permitted databases, you can now mention the database at the time of logging in and just restrict to that database (very useful, for slow GPRS connections).
v1.4:
- PocketSQLManager is now capable of handling Views and Stored procedures as well.
- Edit Views.
- Edit Procedures.