sqlbulkcopy
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
hi I have some problem with sqlbulkcopy, It showing some error the error is Received invalid column length from bcp client. My source table is msaccess and desitnation table is sqlserver2000 thanks
i think u have row contains data bigger than the size of the destination column....try to rais the size....
-
i think u have row contains data bigger than the size of the destination column....try to rais the size....