Re: [SQL] Serial not nulla

2008-02-11 Thread Shavonne Marietta Wijesinghe
; <[EMAIL PROTECTED]> Cc: Sent: Friday, February 08, 2008 2:17 PM Subject: Re: [SQL] Serial not nulla Shavonne Marietta Wijesinghe wrote: Hello I am working with a database that has a Index number defined as Serial NOT NULL I used this because, 1. I want to make sure that when many users log

Re: [SQL] Serial not nulla

2008-02-08 Thread Shane Ambler
Shavonne Marietta Wijesinghe wrote: Hello I am working with a database that has a Index number defined as Serial NOT NULL I used this because, 1. I want to make sure that when many users login at the same time the Index number won't be repeated. 2. I don't have to increment it by programming (

[SQL] Serial not nulla

2008-02-08 Thread Shavonne Marietta Wijesinghe
Hello I am working with a database that has a Index number defined as Serial NOT NULL I used this because, 1. I want to make sure that when many users login at the same time the Index number won't be repeated. 2. I don't have to increment it by programming (I use ASP) But now i have a situation