TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sathish kumar
NA
117
165.2k
Error in sql server
May 29 2012 3:34 AM
hi friends
i m getting String or binary data would be truncated.error in sql sever 2008
my table is PurchaseBill
PBNO int (auto increment)
PBDate datetime
Supplier varchar(10)
SupplierName varchar(50)
Address varchar(50)
BillNo int (auto increment)
BillDate datetime
PoNo varchar(10)
TotalAmount numeric(12, 2)
DiscountPercent numeric(12, 2)
DiscountAmount numeric(12, 2)
NetAmount numeric(12, 2)
NetAmountInWords varchar(50)
i m inserting like this
INSERT INTO [PurchaseBill](PBDate,Supplier,SupplierName,Address,BillDate,PoNo,TotalAmount,DiscountPercent,DiscountAmount,NetAmount,NetAmountInWords)VALUES ('" + txtPbDate.Text + "','" + ddlSupplier.SelectedItem.ToString() + "','" + txtSupplierName.Text + "','" + txtSupplierAddress.Text + "','" + txtBillDate.Text + "','" + ddlPurchaseOrder.SelectedItem.ToString() + "','" + txtTotal.Text + "' ,'" + txtDiscount.Text + "','" + txtDiscountAmount.Text + "','" + txtNetAmount.Text + "','" + txtAmountInWords.Text + "')";
5/31/2012','112','MEHTA ASSOCIATES','GANDHINAGAR BANGALORE','5/31/2012','1',5267.10,10,526.71,4740.39,' Four Thousand Seven hundred Forty and Thirty Nine Paise Only.'
please help me frnds...its urgent...
Thank u in advance..........
Reply
Answers (
2
)
Key Points while writing Query in SQL
Delete duplicate row from the table