T
Teo
Hi!
I am using ColdFusion to run a query in an Access Database.
Below is the query. For some reason, it is giving me a syntax error in the
INSERT statement. For what I know I have it written down correctly.
Please let me know what could be wrong,
Thanks much, code is below.
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][Controlador ODBC Microsoft Access] Error de sintaxis en la
instrucción INSERT INTO.
SQL = "INSERT Cotizacion(Documento, Tipo,Cliente, Numero_Pasaporte,
Fecha_Cotizacion, Periodo, Año,Vendedor, Forma_de_pago,Cheque_Cobro) VALUES
('433A','ORO','569','34324242',12-Mar-04,'03','2004','1', '2',)"
Teo
I am using ColdFusion to run a query in an Access Database.
Below is the query. For some reason, it is giving me a syntax error in the
INSERT statement. For what I know I have it written down correctly.
Please let me know what could be wrong,
Thanks much, code is below.
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][Controlador ODBC Microsoft Access] Error de sintaxis en la
instrucción INSERT INTO.
SQL = "INSERT Cotizacion(Documento, Tipo,Cliente, Numero_Pasaporte,
Fecha_Cotizacion, Periodo, Año,Vendedor, Forma_de_pago,Cheque_Cobro) VALUES
('433A','ORO','569','34324242',12-Mar-04,'03','2004','1', '2',)"
Teo