I've been using GUID's in my application with Oracle and are working quite nicely. I'm supporting code that works on both SQL Server and Oracle so only having to define a single type for my table id's is nice.
On Jan 11, 2:08 pm, skoub <[email protected]> wrote: > Hi everyone, > > Im using Oracle and I have read that if i use the sequences for the > PK, nh will do the INSERT and then the SELECT to retreive the Id and > that is not the best way of doing this. One of the problem would be > batch insert or something like that. > > since that we are building a new application against Oracle, i would > like to know what is the recommended solution for the id generator > with NH... and why. I heard about HiLo. What can i do with HiLo that i > can't do with the sequences? > > thank you for the help!
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
