自動インクリメント ID で人を検索したい(textbox and one button)。私はその中で and を使用datasetしました    
Fill,Getdata --> configure
SQL ステートメント:
SELECT ID, FirstName, LastName, ContactNo, Address, Date, NameOfJob, OtherJob,
Impression, BackPage, NameOfPage, PaperSize, PrintingSize,
DesignRupees, JobRupees, Matter, BlackPlate, BlackPlateRupees, SinglePlate, 
SinglePlateRupees, MultiPlate, MultiPlateRupees, Platename, 
Lamination, Creasing, Binding, Other, Total, Receive, Due, LastRemaining
FROM bill WHERE  ID=@ID
その後、プログラムを実行すると、2 つのエラーが表示されます。
- 文字列から 10 進数に変換できません
- WindowsFormsApplication9.DataSet1TableAdapters.billTableAdapter.Fill(WindowsFormsApplication9.DataSet1.billDataTable, decimal) has some invalid argumentsこの行のエラーに最適なオーバーロードされたメソッドの一致- this.billTableAdapter.Fill(this.DataSet1.bill, txt_search.Text);