Hi there

another quick Q

how is it possible to get back a new unique ID number in a table from SQL? The reason is because if u wanna add new items to a DB in SQL, you obviously have to give it a unique id number - no? (im gonna be using Store proc)

i dont think you can just add all the information and let SQL take care of assigning it a unique ID (that is the primary key) - or can u??