In the process of creating software for various projects,we find that some of the tools that we develop have a broader audience.
Rather than sequester these tools to ourselves, we have decided to make them available to developers.
Currently, we have prepared one of those libraries for release to the public.
WIDatabase library provides an interface to MySql, Microsoft SQL and Sqlite with one library.Take a closer look here.
- Knowledge of the SQL Language is not required
- Modularized into major feature categories (Search, Insert, Update)
- One set of code for all 3 supported databases
- Request and retrieve data by column names
- Record results are read as objects then converted to requested data type.No need to know the exact table structure
- No royalty fees
- Full help files with examples
- .NET 3.5 and higher
- Windows 7
- Windows Vista
- Windows XP
- Windows 2000
- Windows 2000 Server and newer
|
Write your code without regard to the database that it will use.
WIDatabase is a .NET 3.5 library that simplifies the use of databases from Microsoft SQL,
MySql and SqLite.This library isolates the developer from the nuances associated with moving
between database types.We feel that a software developer should not care if an integer is
stored as 64 or 32 bit or as text.Additionally, the need to learn the idiosyncrasies of SQL for
each database types takes away from the core job of a software developer.
WIDatabase improves time to market by allowing one version of source code to be used
with different databases with the simple flip of a software switch.This does not mean that
functionality is missing.Advanced users can still utilize the SQL Language if desired,
but much of that need has been eliminated.
WIDatabase is available in two versions, Trial and Full.The trial version of
WIDatabase is a fully functional version that will display a persistent pop-up
dialog that can be minimized but not closed. The full version does not contain
this dialog.
|