Re: Oracle 9i <> ADO

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Paul Meyer" <greenmile27@xxxxxx> wrote in message
news:epnblm$6d4$00$1@xxxxxxxxxxxxxxxxxxxx
Thanks, that works. I can't believe that Oracle doesn't have AutoInc
fields
...
But i have the same problem with Boolean-Fields. Does Oracle doesn't
support
Boolean?

<snipped>

Merely a difference in design. 'Global' sequences also have advantages over
a single table autoinc. Pros and Cons.

Also be aware that Sequences in Oracle are guaranteed unique, but never
guaranteed to be consecutive, ie, distinct ordinals with no missing values.

What is the specific problem you having with Bools?
Perhaps this might help...
http://support.microsoft.com/kb/306530


.



Relevant Pages