Re: Ms Sql unique identifier field

2005-03-18 Thread SGreen
Original Message - > From: "Gleb Paharenko" <[EMAIL PROTECTED]> > To: > Sent: Thursday, March 17, 2005 5:53 PM > Subject: Re: Ms Sql unique identifier field > > > > Hello. > > > > > > > > > > > > You should think abo

Re: Ms Sql unique identifier field

2005-03-18 Thread Chris Knipe
AUTO_INCREMENT is not the same as newid(). Frankly, something like newid() would be very useful in MySQL. -- Chris. - Original Message - From: "Gleb Paharenko" <[EMAIL PROTECTED]> To: Sent: Thursday, March 17, 2005 5:53 PM Subject: Re: Ms Sql unique identifier field Hel

Re: Ms Sql unique identifier field

2005-03-18 Thread Gleb Paharenko
Hello. You should think about AUTO_INCREMENT. See: http://dev.mysql.com/doc/mysql/en/example-auto-increment.html [snip] Hi! i have a question: FIELD IN MS SQL SERVER FiledName: uiAutID DataType: unique identifier DefaultValue: newid() how i can describe the some colu

Ms Sql unique identifier field

2005-03-17 Thread Maurizio, Sponda
Hi! i have a question:   FIELD IN MS SQL SERVER FiledName: uiAutID DataType: unique identifier DefaultValue: newid() Is RowGuid: Yes   how i can describe the some column in MySQL? if isn't possible, how can i solve my problem?   P.S.: is necessary for u