 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sam Guest
|
Posted: Fri Apr 13, 2007 12:25 am Post subject: ANN: smds - The Fast Dataset - first release |
|
|
smds is an in memory dataset implementation, coded in C++. It's main goals
are portability, performance and type safety. It is free software
distributed under the GNU General Public License (GPL).
The library consists of a set of classes and utility functions to assist
the manipulation of relational data (either generated and persisted
on ordinary files, or retrieved from a database).
Additions and deletions of records and modifications of field values are
all done in memory. The end result of the whole process can then be applied
back to the database.
The library provides the ability to work with “typed” and “untyped” recordsets.
smds is written in standard C++ (as much as possible) so it is expected
to compile on any modern OS that provides an adequately conformant C++ compiler.
(currently - this first release - compiles with BCB6 and VS2005. Changes
have been made to the SVN repository to compile with GCC. A release to
address this, is coming soon).
SF project page : http://sourceforge.net/projects/smds/
Web page : http://smds.sourceforge.net/
Release notes : http://tinyurl.com/yot4wq
e-mail : sakarab (at) users (dot) sourceforge (dot) net.
--
Please remove "sam_" from email address. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|