T
tiger79
Ok, first of all I'd like to know if this statement is true :
The basic integer data type can handle data values ranging
from -2,147,483,638 through 2,147,483,647
in SQL i mean...
And is there some limit in the number of rows in a CE database ???
Because i'm trying to read in a database which has 2 tables. One with 4
columns and like 80 rows, the second has 4 columns and about 39000 rows.
When I try to fill the databse I get the following error :
System.Data.SqlServerCe.SqlCeError : The data is truncated
so I guess or that i'm using too big of a number to be contained in the int
field, or I'm using too big of a string in the nvarchar field ??? So what is
bigger than int in SQL ??? Thought I saw bigint somewhere but I just cant
seem to find it
thanx...
The basic integer data type can handle data values ranging
from -2,147,483,638 through 2,147,483,647
in SQL i mean...
And is there some limit in the number of rows in a CE database ???
Because i'm trying to read in a database which has 2 tables. One with 4
columns and like 80 rows, the second has 4 columns and about 39000 rows.
When I try to fill the databse I get the following error :
System.Data.SqlServerCe.SqlCeError : The data is truncated
so I guess or that i'm using too big of a number to be contained in the int
field, or I'm using too big of a string in the nvarchar field ??? So what is
bigger than int in SQL ??? Thought I saw bigint somewhere but I just cant
seem to find it
thanx...