Hi! Thank you for answers > > Question 3: > > What is the default max_lo? > > Int16.MaxValue
So in an Asp.Net environment I guess you would set it to maybe 100 depending an activity? Regards On 22 Apr, 15:12, Fabio Maulo <[email protected]> wrote: > 2009/4/22 cws <[email protected]> > > > > > > > Hi! > > > I have 3 questions about hilo. > > > I can specify for each table which uses hilo where it should fetch > > next_hi. > > Say I have table A and table B. > > > Question 1: > > Can I then do following? > > > For table A > > <generator class="hilo"> > > <param name="table">hi_value</param> > > <param name="column">next_value_A</param> > > </generator> > > > For table B > > <generator class="hilo"> > > <param name="table">hi_value</param> > > <param name="column">next_value_B</param> > > </generator> > > Yes. > > > > > Question 2: > > Can I set int's minvalue -2^31 as intial value in the columns to use > > integers32 whole space? Would I then need to have int's minvalue as > > unsaved value in those mappings. > > You can but it is unnecessary. > > > > > Question 3: > > What is the default max_lo? > > Int16.MaxValue > > -- > Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
