E
Earl
This is a replicated database from SQL2k to SQLCE.
I'm getting an ArgumentOutOfRange exception when I try to add this parameter
(all other params are ok):
pc.Add(New SqlCeParameter("Age", SqlDbType.VarChar, 3, "Age"))
In the main database, this is indeed the column name, datatype and length.
What am I overlooking?
I'm getting an ArgumentOutOfRange exception when I try to add this parameter
(all other params are ok):
pc.Add(New SqlCeParameter("Age", SqlDbType.VarChar, 3, "Age"))
In the main database, this is indeed the column name, datatype and length.
What am I overlooking?