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
e_s wrote:
if somebody knows what is the problem
What is the error message? You can create a row with a number of columns that, in total, excede the maximum row size (8006 bytes, if I remember correctly). You will get a warning when you create such a table structure. It is possible that with the other data in the row something has to give.
My: Blog | Photos "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucious