Data type corresponding to Numeric
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
In my SQL table there is one column of type Numeric , I want to insert data through ASp.net(VB). Which datatype is corresponding to Numeric type in SQL sever. is it equivalent to int64? Pls help me?
-
In my SQL table there is one column of type Numeric , I want to insert data through ASp.net(VB). Which datatype is corresponding to Numeric type in SQL sever. is it equivalent to int64? Pls help me?
hello int32 is enough for this regards GV Ramana
-
In my SQL table there is one column of type Numeric , I want to insert data through ASp.net(VB). Which datatype is corresponding to Numeric type in SQL sever. is it equivalent to int64? Pls help me?