Hi,

Jyve is supposed to be portable to any database. My question
is how are you handling SEQUENCES in a Database.

In Mysql ,you give column as auto_increment. Inserting in it requires
you send NULL Value and it updates.
While in Oracle or Postgresql,proper Sequence names are used.Also
Oracle uses sequence.nextval and postgresql uses NEXTVAL('sequence').

So,wont you have to change code to support this.

Dhiraj.

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