I need a datatype conversion chart .NET to SQL

  • Thread starter Thread starter HK
  • Start date Start date
H

HK

I'm looking for a chart that shows the VB6 > .NET > SQL 2005 datatypes.

E.g.

VB6 .NET SQL2005
integer int16 smallint
long int32 int
byte byte tinyint

But I want a whole chart with all datatypes. Anyone know of a URL with a
chart?
 
Back
Top