Problem in insert query ?
I have the database in access and i have created the connection, command in oledb when i am trying to execute the command i getting error like
"Parameter @invoiceno has no default value."
let me know what should be done ?
Insert into newsales(invoiceno,customercode) values(@invoiceno,@customercode)"
|