Data Type Equivalents

E

Elmo Watson

I know that Varchar in SQL Server is String in VB.Net, and INT is
Integer - - but I'm not sure I'm aware of all of them

Does anyone know of a good list which shows the equivalent data types from
SQL Server to VB.Net?
 
E

Elmo Watson

I just need a website or url that lists all of them on a page
searching for SqlDbType gives me 282 possibilities
clicking on the MSDN link just gives me a list of SQL data types

I need a list that gives the .Net equivalents to the SQL data types (or vice
versa), like:
varchar -- string
int -- Integer

........etc
 
I

Ian Semmel

Look up SqlDbType Enumeration.

I just need a website or url that lists all of them on a page
searching for SqlDbType gives me 282 possibilities
clicking on the MSDN link just gives me a list of SQL data types

I need a list that gives the .Net equivalents to the SQL data types (or
vice
versa), like:
varchar -- string
int -- Integer

.......etc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top