Hi
This is sweatha.I have created a table in sql server 2000 using the coding as
create table login1(lname varchar(20),ema il varchar(35),pas word varchar(10),cpa sword varchar(10),mob ile integer)
and
if i give the mobile no with 10 values, then it shows the error as
"Arithmetic overflow error converting expression to data type int.
The statement has been terminated."
This is sweatha.I have created a table in sql server 2000 using the coding as
create table login1(lname varchar(20),ema il varchar(35),pas word varchar(10),cpa sword varchar(10),mob ile integer)
and
if i give the mobile no with 10 values, then it shows the error as
"Arithmetic overflow error converting expression to data type int.
The statement has been terminated."
Comment