Re: porting M$ SQL to mySQL

2002-12-11 Thread Robert Citek
At 12:59 PM 12/11/2002 -0800, blind falcon wrote: > ... I need to know what the equivalent mysql >datatypes are for the following MS SQL datatypes: I'm not familiar with the MS SQL datatypes, but here's a description of MySQL data types: http://www.mysql.com/doc/en/Column_types.html HTH, - Rob

Re: porting M$ SQL to mySQL

2002-12-11 Thread Stefan Hinz, iConnect \(Berlin\)
Dear Falcon, > I am trying to migrate a few MS SQL databases > to mySQL and I need to know what the equivalent mysql > datatypes are for the following MS SQL datatypes: I am not too familiar with MS SQL, so someone please correct me if I'm wrong with this list: > nvarchar -> [NATIONAL] VARCHAR >