views:

99

answers:

1

I would like to know how can I use tinyint in SQL Server 2005 with VB.NET. Please let me know if someone know all data types in SQL Server 2005 are matching to which VB.NET Data types. I face that problem now.

For example: tinyint in VB.NET, money in VB.NET, smalldatetime in VB.NET.

Thanks you all in advance!

+4  A: 

http://msdn.microsoft.com/en-us/library/ms131092.aspx

Greg Beech
Thanks a lot Greg Beech! :)
RedsDevils
+1 Good Link there
kevchadders