The Artima Developer Community
Sponsored Link

Java Answers Forum
Free Lightweight DB with Stored Procedures?

1 reply on 1 page. Most recent reply: Oct 31, 2003 3:56 AM by Joe Parks

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Joe Parks

Posts: 107
Nickname: joeparks
Registered: Aug, 2003

Free Lightweight DB with Stored Procedures? Posted: Sep 23, 2003 9:11 PM
Reply to this message Reply
Advertisement
Does anyone know of an open source or free lightweight/embeddable database that supports stored procedures?

I am working on a data translation tool (http://www.sourceforge.net/projects/datafu), and I would like to include a full set of testcases with the distribution. One of the features is writing data via stored procedures. I would like to include tests for this feature without telling people to install and configure a database server that supports stored procedures.

Any ideas?


Joe Parks

Posts: 107
Nickname: joeparks
Registered: Aug, 2003

Re: Free Lightweight DB with Stored Procedures? Posted: Oct 31, 2003 3:56 AM
Reply to this message Reply
By the way, HSQLDB ( http://hsqldb.sourceforge.net ) supports stored procedures implemented as static methods in Java classes.

Flat View: This topic has 1 reply on 1 page
Topic: Extend from another directory Previous Topic   Next Topic Topic: what should be used where(servlet vs ejb)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use