Groups | Blog | Home
all groups > sql server programming > march 2005 >

sql server programming : String or binary data would be truncated.


JT
3/9/2005 10:23:02 PM
Hi,
This is a tough one, and I am looking for any small clue on where to look.
I have a VB.NET app that communicates with databases on SQL Server 2000SP3
via ADO.NET. I am running the app with no problem on my development machine.
On my production machine, which is part of a domain, I am getting the above
error when I try to do a hierarchical insert on three tables, with the
transaction originated and commited in the VB.NET application code (same as
on the development machine). I know this is not much to go on, but I thought
I'd give it a shot before getting more radical. Thanks.

--
Madhivanan
3/9/2005 11:01:36 PM

Sounds that the data being inserted is larger than that of the size of
the column

Madhivanan
AddThis Social Bookmark Button