Jetzt weiss ich also auch nicht mehr weiter hat jemand eine Idee was da falsch ist? War mal ok bis ich auf dsn (odbc datenquelle)umgemodelt habe;-(
Fehlertyp:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntaxfehler in der INSERT INTO-Anweisung.
/process.asp, line 128
- emailtotal = emailtotal + (currentprice * acart(i,1))
- sql = "insert into orderitems orderid,productid,qty,priceperunit) values (" & orderid & "," & acart(i,0) & "," & acart(i,1) & "," & currentprice & ")"
- set rsorderitems = db.execute(sql)