Share

HyperNetDatabase

File Release Notes and Changelog

Release Name: Release 2.0.0

Notes:
HyperNetDatabase: An Single-Tier Database engine for C# .
Copyright (c) 2004 Manuel Lucas Viņas Livschitz

This file is part of HyperNetDatabase.

HyperNetDatabase is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

HyperNetDatabase is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with HyperNetDatabase; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

ABOUT
-----
This project was developed in order to help users that uses databases like
commercial ACCESS for small projects and then are subject to commercial 
laws. This is a simple solution for a database engine that can supply
a good power to normal database tasks. 
This driver is free (GPL).


OBJECTIVES
----------
-	Support all SQL basic functions.
-	Additional features.
-	Protect from Blackouts
-	Multithreading-safe


INSTALLATION/DEVELOPMENT
------------------------
Link the two dlls HyperNetDatabase.dll and NetFrmExts.dll to your project and 
you'll be linked.


USAGE
-----
Instead of SQL text queries it uses a list of commands to make queries faster.

RELEASE VERSION 2.0.0 NOTES 
----------------------------
Date: 2004-03-17
Features:
- First stable version
-	Support all SQL basic functions.
-	Additional features.
-	Protect from Blackouts
-	Multithreading-safe






Changes: HyperNetDatabase: An Single-Tier Database engine for C# . Copyright (c) 2004 Manuel Lucas Viņas Livschitz This file is part of HyperNetDatabase. HyperNetDatabase is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. HyperNetDatabase is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with HyperNetDatabase; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ABOUT ----- This project was developed in order to help users that uses databases like commercial ACCESS for small projects and then are subject to commercial laws. This is a simple solution for a database engine that can supply a good power to normal database tasks. This driver is free (GPL). OBJECTIVES ---------- - Support all SQL basic functions. - Additional features. - Protect from Blackouts - Multithreading-safe INSTALLATION/DEVELOPMENT ------------------------ Link the two dlls HyperNetDatabase.dll and NetFrmExts.dll to your project and you'll be linked. USAGE ----- Instead of SQL text queries it uses a list of commands to make queries faster. RELEASE VERSION 2.0.0 NOTES ---------------------------- Date: 2004-03-17 Features: - First stable version - Support all SQL basic functions. - Additional features. - Protect from Blackouts - Multithreading-safe