On Thu, 13 Jun 2002, Brett Sanger wrote:
>
> -Does this work on a per-connection basis (i.e. it'd require mod_perl), or
> database-wide (CGI is fine)

CGI is fine.

> -I'm assuming nothing is "freed", so once the sequence hits it's end,
> that's it?  (which, granted, could be 30 years)

That's correct. If you have more than 9223372036854775807 submissions,
you'll run into a problem. (that's 2^63-1). I don't worry about that.

MySQL, Oracle and others support a similiar construct.

  -mark

http://mark.stosberg.com/


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to