sb.Append("INSERT INTO Print (DateSavePrint,EmployeeID,Fullname,DepID,NamePrinter,QtyBW,QtyColor,PBW,PColor,Total)")
sb.Append(" VALUES (@DateSavePrint,@EmployeeID,@Fullname,@DepID,@NamePrinter,@QtyBW,@QtyColor,@PBW,@PColor,@Total)")
ปล. จะทำการเพิ่มข้อมูล Error ตามนี้ครับ Incorrect syntax near the keyword 'Print'.
The name "DateSavePrint" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.