Click here to Skip to main content
15,886,036 members
Please Sign up or sign in to vote.
1.18/5 (3 votes)
See more:
hi.
i have textbox in my program(vb.net)
in textbox, it has number 9999999999
what type of number should i choose in sql and what type i should convert in vb.net?
Posted

In VB.net I would probably use a long
VB.net types reference[^]

For SQL probably a bigint
sql server types reference[^]
 
Share this answer
 
Please use 'BigInt' in SQL Server and convert it to 'Int64' type in VB.Net.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900