----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

We built a class library that allows people to do:
        yourdb.insertRow("yourtable",hashtableofvalues);
and 
        
yourdb.updateRow("yourtable","primarykey1,primarykey2",hashtableofvalues);
and so forth.

Does Village allow you do to that?

> -----Original Message-----
> From: jon * [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 29, 1999 6:00 PM
> To: Servlet-Interest; Java Apache Users; Turbine; Village
> Subject: [ANN] Village 1.1
> 
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> <http://www.working-dogs.com/village/>
> 
> What is it?
> -----------
> Village is a 100% Pure Java API that sits on top of the JDBC API. The
> purpose of this API is to make it easier to interact with a 
> JDBC compliant
> relational database. By using Village, it is possible to 
> execute and manage
> select/insert/update/delete SQL statements without having to 
> actually write
> a single line of SQL. Village can use any valid JDBC 
> Connection object, so
> it is possible to use Village with a JDBC Connection pool.
> 
> This software is being freely released under an Apache 1.1 
> Style license.
> Please see docs/LICENSE.txt in the distribution for more information.
> 
> History
> -------
> Village is inspired by the dbKona API documents available on 
> BEA/Weblogic's
> website http://weblogic.beasys.com/.
> 
> 
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to