on 4/15/00 1:49 AM, Khalid Ghanem <[EMAIL PROTECTED]> wrote:

> First, I know this mailing list is not a Turbine mailing list, but I
> couldn't find a Turbine mailing list in the list of mailing lists, so I
> decided to post here.

<http://java.apache.org/main/mail.html>

Same exact place where you signed up for this list.

> I am trying to make Turbine work with MS SQL server as my backend db. I
> am using Sprinta JDBC2.0 Type-4 compliant driver from
> www.inetsoftware.de.
> 
> In order to do this, I have to implement the interface DB in the package
> 
> org.apache.turbine.util.db.pool. The problem is that I don't know what
> the following two functions in the interface should do, since none are
> documented.
> 
> public String getIdSqlForAutoIncrement();
> public String getSequenceSql(Object obj);

Those two methods are for determining how to get an Id for auto increment.

Look at the Oracle and MM versions of the DB files to get a hint on how to
implement these two methods.

-jon

--
Scarab -
      Java Servlet Based - Open Source
         Bug/Issue Tracking System
        <http://scarab.tigris.org/>




--
--------------------------------------------------------------
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