|
Well it would really help if we could see the Query String, otherwise I don't think we really can. But this is what it should look like, in some way:
query = "INSERT INTO table_name (column1, column2,...) "
query = query & "VALUES ('value1', 'value2',....);"
single quotes around text no quotes around numbers.
|