Question
-
hi i want to insert data into sql server (in C#) one of the attributes (Article) id define as varchar (size 8000 - the MAX) i want to insert into Article string lets call the variable S (size lower then 8000 and higher than 1000) but its doesnt work, but if S is define in size 100 its working . if somebody knows what is the problem i will be glad if he will explain to me . eyalso
-
hi i want to insert data into sql server (in C#) one of the attributes (Article) id define as varchar (size 8000 - the MAX) i want to insert into Article string lets call the variable S (size lower then 8000 and higher than 1000) but its doesnt work, but if S is define in size 100 its working . if somebody knows what is the problem i will be glad if he will explain to me . eyalso