I am writing sql statments in VB and dumping them into a text file but the string has quotes around it. e.g.
"INSERT INTO tblPayroll(fldAmount) VALUES(pstrAmount)"
I want to be able to get rid of this quotes on the end. When I run my SQL script it does not work.
"INSERT INTO tblPayroll(fldAmount) VALUES(pstrAmount)"
I want to be able to get rid of this quotes on the end. When I run my SQL script it does not work.