Main > Free Download Search >

Free sql software for pda

sql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 24
SQL CE Spy 1.0.2

SQL CE Spy 1.0.2


SqlCeSpy allows you to quickly view SQL CE v2.0 database structure and data more>>
SqlCeSpy allows you to quickly view SQL CE v2.0 database structure and data
System requirements:
- Windows Mobile 2003
<<less
Download (89.50KB)
Added: 2006-04-05 License: Freeware Price: FREE
1324 downloads
SqlCeSpy 1.0.2

SqlCeSpy 1.0.2


SqlCeSpy allows you to quickly view SQL CE 2.0 database structure and data. more>>
SqlCeSpy is a tool that allows you to quickly inspect the structure and data of a SQL CE 2.0 database.
System requirements:
- SQL CE 2.0.
<<less
Download (89.50KB)
Added: 2006-11-06 License: Freeware Price: FREE
1087 downloads
Mimer SQL Mobile

Mimer SQL Mobile


Mimer SQL Mobile is created as a great cross-platform relational database engine and the mobile version of the Mimer SQL product, which offers the same set of database features as the Engine version. more>>

Mimer SQL Mobile is created as a great cross-platform relational database engine and the mobile version of the Mimer SQL product, which offers the same set of database features as the Engine version.

These features include full support for Unicode (ISO-10646), as well as ISO/SQL Stored Procedures and large objects.

Requirements:

  • Only includes binaries for ARM processors.
<<less
Download (19.2MB)
Added: 2003-06-17 License: Freeware Price:
downloads
Vieka eSQL 2.11

Vieka eSQL 2.11


eSQL is a small, fast, portable and powerful embedded relational SQL database for Windows and Windows Mobile devices more>>
eSQL database engine has been used by wide variety of applications. It has been included by General Dynamics for the US Navy for use onboard the DDG class of destroyers. It is also being used at Duke Energy and in other branches of the US military.
If you want the convenience of SQL without the size and setup hassles of database servers for your Windows Mobile device, or if you just simply want a best MS Access replacement, eSQL is right for you!
Note: eSQL for Windows Mobile is FREE for personal use and also FREE for use in any FREE products. Any use of eSQL for Windows Mobile for business or for profit should obtain the license from Vieka.
eSQL for Windows Mobile license key for personal or non-commercial use: 9npphedv7nvxgcpz
Main features:
- A complete database is stored in a single cross-platform file.
- No setup or administration needed.
- Implements most of SQL92 standard, such as multiple tables, multiple indexes, transactions with atomic commit/ rollback, subqueries, compound queries, views, triggers.
- Support for in-memory database.
- Support database size up to 2 terabytes.
- Very small memory footprint and faster than most popular database.
- Compression for compacting database.
- AES 256-bit encryption for securing data.
- Native C/C++ or standard ODBC API is simple and easy to use.
- eSQL.Net data provider for Microsoft .Net integration and rapid application development.
- A cross-platform graphical database manager can be used to administer an eSQL database.
- An interactive SQL command line tool is provided as an example of how to use eSQL in your application
System requirements:
- Windows Mobile Smartphone
<<less
Download (318.00KB)
Added: 2007-08-17 License: Freeware Price: FREE
806 downloads
PocketSqlMan 1.3

PocketSqlMan 1.3


Pocket PC Sql Manager is a Remote Database Administration utility which allows you to manage MSSQL Databases from your pocket pc or any smart device. more>>
Pocket PC Sql Manager is a Remote Database Administration utility which allows you to manage MSSQL Databases from your pocket pc or any smart device. Built entirely using .Net Compact Framework (C#) it serves as yet another example of how powerful this platform is.

The idea of doing your work without being tied to the terminal is quite appealing and with all these (smart) devices rolling out in the market the question is why should one be?

I bought this new gadget ipaq 3760 (I know its not very happening compared to the other beauties out there, but it does manage to keep me entertained when I need it).

PocketSqlMan was planned when out of the blue I needed to access my Sql server while not at office even with all these high tech gadgets that I carry along I was bound to look for an access point (shame), that’s when I got to an idea of creating an application which will help me (and hopefully a lot more souls out there).
<<less
Download (267.00KB)
Added: 2006-11-07 License: Freeware Price: FREE
1082 downloads
SQLite COM 2.8.15.4

SQLite COM 2.8.15.4


SQL database engine and interface to it in a single ActiveX. Single file holds the entire database, same db file format on all the platforms, national... more>> <<less
Download (3100KB)
Added: 2008-09-07 License: Freeware Price: Free
420 downloads
SQL Codes for HanDBase 1.0

SQL Codes for HanDBase 1.0


SQL return codes for DB2. more>>
SQL return codes for DB2. It contains the value without the plus or minus sign (used for sorting), the return code, the explanation, and the destination.
System requirements:
- HanDBase v.2.7x or greater
<<less
Download (65.00KB)
Added: 2007-07-29 License: Freeware Price: FREE
820 downloads
Portable SQLiteSpy 1.8.7

Portable SQLiteSpy 1.8.7


It is a graphical user interface for SQLite more>>
Portable SQLiteSpy 1.8.7 that is very cool and incredibly easy to use is a graphical user interface for SQLite. It can read SQLite3 files and execute SQL against them.

Main features:

  1. Database at a Glance ? The schema treeview displays all items contained in a database, including tables, columns, indexes and triggers. Press F5 to update the schema tree, double-click a table or view to display its data, use the context menu for frequently used commands.
  2. Grid Cell Editing ? Table cells are editable in the grid: Display a table via the schema treeview, select a cell and press F2 to invoke the editor. Then modify and confirm to write your changes back to the table.
  3. Data Type Display ? The native SQL data types are displayed with different background colors to help detect type errors. Type errors can cause performance degradation or wrong SELECT result sets if NULL values are confused with empty strings.
  4. Full Unicode ? SQLiteSpy fully supports SQLites Unicode capabilities. Data display and entry is completely realized as Unicode, including SQL commands.
  5. Multiple SQL Edits ?Modern tabs are used to edit and display multiple SQL queries for easy comparison of query statements and results. SQL queries are executed by typing or loading them into the SQL edit. Then press F9 to run the query, or CTRL+F9 to run the current line or selection only.
  6. Time Measurement ? SQL execution time is automatically measured and displayed to help optimize queries.
  7. Regular Expressions ? The SQL keyword REGEXP is supported and adds the complete regular expression syntax of Perl 5.10 to SQLiteSpy. The implementation was realized using the DIRegEx library.
  8. Mathematical SQL Functions ? The following mathematical SQL functions are available in addition to the SQLite default: ACOS(), ASIN(), ATAN(), ATAN(), ATAN2(), CEIL(), CEILING(), COS(), COT(), DEGREES(), EXP(), FLOOR(), LN(), LOG(), LOG(), LOG2(), LOG10(), MOD(), PI(), POW(), RADIANS(), SIGN(), SIN(), SQRT(), TAN(), TRUNCATE().
  9. Data Compression ? The SQL functions COMPRESS() applies zlibs deflate to any text or BLOB value. The raw deflate data stream is returned. UNCOMPRESS() inflates this stream back to the original. Integers, Doubles, and Nulls are returned unchanged.
  10. Compact Result Storage ? The internal data storage mechanism uses SQLites native data types for optimal compatibility. As a result, SQLiteSpy uses far less memory than other SQLite managers and handles large tables much more efficiently.
  11. Built in SQLite Engine ? SQLiteSpy comes as a single file executable with the SQLite database engine already build into the application. There is no need to distribute any DLLs, which makes SQLiteSpy easy to deploy with customers.
  12. Encryption Support ? SQLiteSpy can read and modify encrypted database files generated by DISQLite3. DISQLite3 implements its own native AES encryption which is not compatible with the commercial SQLite Encryption Extension (SSE) or any such implementation offered by other 3rd parties

Enhancements: Update built-in DB engine to SQLite 3.6.7 (DISQLite3 2.0.2).

<<less
Download (931KB)
Added: 2009-01-28 License: Freeware Price: FREE
10 downloads
SEM SQL Enterprise Manager 1.01

SEM SQL Enterprise Manager 1.01


SEM is a Pocket PC version of the SQL Enterprise Manager used to connect to Microsoft SQL Server databases. more>>
SEM is a Pocket PC version of the SQL Enterprise Manager used to connect to Microsoft SQL Server databases. Need to access a record while youre on the go? Not a problem when you have this program on your Pocket PC.
System requirements:
- Windows Mobile 5.0
- .NET Compact Framework 2.0
<<less
Download (271.00KB)
Added: 2007-07-19 License: Freeware Price: FREE
859 downloads
Vieka eSQL for Pocket PC 2.11

Vieka eSQL for Pocket PC 2.11


eSQL is a small, fast, portable and powerful embedded relational SQL database for Windows and Windows Mobile devices. more>>
eSQL database engine has been used by wide variety of applications. It has been included by General Dynamics for the US Navy for use onboard the DDG class of destroyers. It is also being used at Duke Energy and in other branches of the US military.
If you want the convenience of SQL without the size and setup hassles of database servers for your Windows Mobile device, or if you just simply want a best MS Access replacement, eSQL is right for you!
Note: eSQL for Windows Mobile is FREE for personal use and also FREE for use in any FREE products. Any use of eSQL for Windows Mobile for business or for profit should obtain the license from Vieka.
eSQL for Windows Mobile license key for personal or non-commercial use: 9npphedv7nvxgcpz
Main features:
- A complete database is stored in a single cross-platform file.
- No setup or administration needed.
- Implements most of SQL92 standard, such as multiple tables, multiple indexes, transactions with atomic commit/ rollback, subqueries, compound queries, views, triggers.
- Support for in-memory database.
- Support database size up to 2 terabytes.
- Very small memory footprint and faster than most popular database.
- Compression for compacting database.
- AES 256-bit encryption for securing data.
- Native C/C++ or standard ODBC API is simple and easy to use.
- eSQL.Net data provider for Microsoft .Net integration and rapid application development.
- A cross-platform graphical database manager can be used to administer an eSQL database.
- An interactive SQL command line tool is provided as an example of how to use eSQL in your application
System requirements:
- Windows Mobile Pocket PC devices.
<<less
Download (1.00MB)
Added: 2007-08-17 License: Freeware Price: FREE
804 downloads
Mobile Management Tool For SQL Server 3.1

Mobile Management Tool For SQL Server 3.1


Free Mobile Management Tool For MS SQL Server. more>>
Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach. Siccolo extends support from mobile devices for Microsoft SQL Servers, enables database administrators to manage their SQL Server environments using a Windows Mobile device, assures the availability of MS SQL Servers 24 X 7. Siccolo allows to be mobile with Siccolo Mobile Management Tool! Engineered to help you extend your support for mobile devices.

<<less
Download (696.00KB)
Added: 2007-04-16 License: Freeware Price: FREE
921 downloads
AW AGRESSO SQL Functions Reference (Palm OS) 1.0

AW AGRESSO SQL Functions Reference (Palm OS) 1.0


This one contains over 91 entries of the use and syntax of each of the functions available in ASQL and can be searched by function name or type. more>>

AW AGRESSO SQL Functions Reference (Palm OS) 1.0 provides you with rich contents that can help you a lot in daily life. This one contains over 91 entries of the use and syntax of each of the functions available in ASQL and can be searched by function name or type.

ASQL, short for AGRESSO SQL is the platform independent implementation of SQL used in the AGRESSO Business World accounting system sold and distributed by Unit4 Agresso. It is used in balance tables and AG16 queries.

Requirements:

  • Palm OS 4.0 or above
  • RoadLingua (included with the dictionary distribution file)
<<less
Download (504KB)
Added: 2006-07-11 License: Freeware Price: FREE
1 downloads
 
Other version of AW AGRESSO SQL Functions Reference
Price: FREE
License:Freeware
Download (361KB)
1 downloads
Added: 2006-07-11
Siccolo 1.00

Siccolo 1.00


Siccolo is a free mobile management tool created to help support from mobile devices for Microsoft SQL Servers. more>>
Siccolo is a free mobile management tool created to help support from mobile devices for Microsoft SQL Servers.
Siccolo helps MS SQL Server professionals save time and increase their productivity by utilizing a more efficient approach to database management - use their Windows Mobile empowered device while sipping margarita on the beach.
Siccolo extends support from mobile devices for Microsoft SQL Servers, enables database administrators to manage their SQL Server environments using a Windows Mobile device, assures the availability of MS SQL Servers 24 X 7.
In order to receive free Siccolo, you will need to send an E-mail to the author requesting Siccolo.
Main features:
- Quickly Start/Stop SQL Server Agent
- Quickly Start/Stop/Restart SQL Server Job
- View SQL Server Job Information - steps, schedule, execution history
- View Available Databases and Database Objects
- Restart SQL Server
- Execute SQL Command and view "select command" results
- View SQL Server Event Logs (Application, System, etc.)
System requirements:
- Client side requires .NET CF 2.0 and Server side requires IIS/.NET installed on web server (I use version 2.0).
<<less
Download (300.00KB)
Added: 2007-04-30 License: Freeware Price: FREE
911 downloads
Sales Force 2.2

Sales Force 2.2


Use Sale Force to manage hundreds of Products for Sales using a Pocket PC. more>>
Mobilise your sales team with Sales Force. Use Sales Force for your own product catalogue and order forms. Amend the Sales Force template project to your specific requirements in Pocket PC Creations.
Mobilise with Sales Force today.
Main features:
- Pocket Outlook interface for easy access to client information and recording for Orders.
- Presentation of up to a thousand Products organised and filtered by Categories.
- Calculation of Order Totals with discounts if required.
- Wirelessly place Orders via mobile phone or via the Internet.
- Record, Print and store Orders in Excel, HTML, XML, Access, SQL Server and other databases.
- Simple instructions to load Products and prices.
Enhancements:
- Windows Mobile 5.0 compatibility. Incorporated in Pocket PC Creations, runs on both Pocket PCs and Tablet PCs. Expanded support for Printing orders using a HTML Template supplied. New Save HTML function on Pocket PC enables printing of orders, invoices and receipts from Pocket PC. Wireless install and operation for dispersed sales team. New Dynamic Data functions. Organise sales contacts in Outlook point. Backup and Restore of data on Pocket PC.
<<less
Download (2.30MB)
Added: 2006-12-12 License: Freeware Price: FREE
1046 downloads
mSeller 1.1.0.0 beta

mSeller 1.1.0.0 beta


mSeller is a mobile aplication for concluding agreements, keeping information about clients and goods. more>>
mSeller is a mobile aplication for concluding agreements, keeping information about clients and goods.

Program is targeting Windows Mobile 5.0 and may be useful for various business fields. Written using C#, .Net Compact Framework 2.0 and SQL Mobile.

<<less
Download (462.00KB)
Added: 2007-07-02 License: Freeware Price: FREE
846 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2