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


The Enhydra database manager handles OID generation in an
RDBMS-independent manner.  That is, it doesn't assume SEQUENCE,
INCREMENT, or GENERATOR is available, since these are not standard SQL
objects.  Instead, Enhydra creates an auxiliary table in the database
with one row, one column, to keep the last-allocated OID value.

Regards,
Bill Karwin
-----------------------------------------------------------------------------
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.