Re: Implementing a small database in Tini
Vic <simranranee-/[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <[email protected]> |
Would this fit the bill? http://hsqldb.sourceforge.net/ hsqldb is a relational database engine written in Java, with a JDBC driver, supporting a rich subset of ANSI-92 SQL (BNF tree format). It offers a small (less than 160k), fast database engine which offers both in memory and disk based tables. Embedded and server modes are available. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples. It seems to have been running on a sharp Zarus, this might fit in a TINI ;) Cheers Vic --- "Irwin, David" <[email protected]> wrote: > Please let us know if and when you do publish the > code to sourceforge. I for > one would be very interested in taking a look at > your project. > > Thanks, > Dave > > David H. Irwin > Systems Engineer > Edwards and Kelcey, Inc. > Chicago, IL 60606 > > >Hello! > > > > I'm implementing a small DBF schema to TINI > (DBF = Database File > >Format. Used by Clipper and FoxPro). > > > > DFB it's a very simple database schema. It's > good because it's simple. > > > > I'm thinking in publish the code in > sourceforge... > > > >Thanks, > > > >Regis Melo > >SoftSite Tecnology > >http://www.softsite.com.br > > > > > >>Thomas Johansson wrote: > >> Hi, > >> > >> I would recommend that you take a look at > PointBase Micro. I have used it > on CE devices and it is an excellent small and fast > database system with an > SQL interface. There is also an embedded version. > You can get a free trial > from their web site at www.pointbase.com. It's very > small (jar file about 45 > kb) and fast. I haven't tried it on the Tini yet, > but I see no reason why > it shouldn't work (famous last words :-) > >> > >> Best Regards > >> Thomas Johansson > >> > >> ----- Original Message ----- > >> From: <[email protected]> > >> To: <TINI-6tN4nzCoH/[email protected]> > >> Sent: Friday, March 19, 2004 7:51 PM > >> Subject: [TINI]Implementing a small database in > Tini > >> > >> > >> > >>>Hello, > >>> > >>> I need to implement a small database in Tini. > My project has some > tables that > >>>I need to persist. > >>> > >>> What is the best way to do that? > >>> > >>>Thanks, > >>> > >>>Regis Melo > >>>SoftSite Tecnology > >>>http://www.softsite.com.br > >>> > >>> > >>>------------------------- > >>>SoftSite - Thinking Ahead > >>> > >>>_______________________________________________ > >>>TINI mailing list > >>>TINI-6tN4nzCoH/[email protected] > >>>To UNSUBSCRIBE, edit your profile, or see list > archives: > >>>http://lists.dalsemi.com/mailman/listinfo/tini > >>> > >> > >> > >> > >> > _______________________________________________ > TINI mailing list > TINI-6tN4nzCoH/[email protected] > To UNSUBSCRIBE, edit your profile, or see list > archives: > http://lists.dalsemi.com/mailman/listinfo/tini __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini