MySQL Forums
Forum List  »  Oracle

Re: How to generate sequence in MySql
Posted by: Rod Sherer
Date: March 16, 2009 10:23AM

Why?

Similarly, I have applications which need access to the new ID for creation of other records, internal caching of info, etc. Our application was originally designed with Oracle databases in mind so the NEXTVAL mentality is prevalent. We then added Sql Server support and created a sequence table on that platform which we query with UPDLOCK and then update the sequence value. Now we are trying to include MySQL as a supported database platform and attempting to solve the sequence challenge, among others.

Options: ReplyQuote


Subject
Views
Written By
Posted
167633
March 13, 2007 08:05AM
53741
March 26, 2007 09:31PM
30814
April 04, 2007 03:00AM
26459
November 21, 2007 03:50AM
17644
February 06, 2008 12:16PM
18422
October 15, 2008 01:03PM
12333
November 05, 2008 09:50AM
14168
November 10, 2008 06:32AM
15619
December 14, 2008 07:08AM
18417
January 23, 2009 05:38PM
Re: How to generate sequence in MySql
9430
March 16, 2009 10:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.