InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InstantDB: create sequence question


I hope this helps...

CREATE TABLE DB_table (
        DB_id           int PRIMARY KEY AUTO INCREMENT,
        DB_name         CHAR(30) UNIQUE)
SET INCREMENT_BASE 1 ON DB_table.DB_id;

--- Tajen Hsing <hsing@rss.dl.nec.com> wrote:
> Hi,
> 
>      I am trying create sequence which will generate oid in oracle on instantDB. 
> But it seems doesn't know what the sequence is. What should I do? What's the 
> keywords in instantDB as .currval and .nextval in oracle? Thank you very much!
>      
> Diane Hsing     
> 
> 
> -----------------------------------------------------------------------------
> To unsubscribe from this mailing list, send email to majordomo@enhydra.org
> with the text "unsubscribe instantdb" in the body of the email.
> If you have other questions regarding this mailing list, send email to
> the list admin at owner-instantdb@enhydra.org.


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.