Hi All,
I've got a problem about VB.NET and SQL SERVER.
I try to insert a new record but error message always shown is "String or Binary Data Woul be Truncated"
This is my code :
Insert Into db_ExpDet (ed1,ed2,ed17,ed18) Values (6,'Test','Test','Test')"
Can you help me ?
I've got a problem about VB.NET and SQL SERVER.
I try to insert a new record but error message always shown is "String or Binary Data Woul be Truncated"
This is my code :
Insert Into db_ExpDet (ed1,ed2,ed17,ed18) Values (6,'Test','Test','Test')"
Can you help me ?