Insert into fejl
Hvorfor virker dette ikke?SQLstmt = \"INSERT INTO one2see (firma,kontaktperson,direktetlf,stilling,adresse,postnr,by,land,telefon,fax,email,url,keyword)\"
SQLstmt = SQLstmt & \" VALUES (\'\" & firma & \"\',\'\" & kontaktperson & \"\',\" & direktetlf & \",\'\" & stilling & \"\',\'\" & adresse & \"\',\" & postnr & \",\'\" & by & \"\',\'\" & land & \"\',\" & telefon & \",\" & fax & \",\'\" & email & \"\',\'\" & url & \"\',\'\" & ord & \"\')\"
response.write sqlstmt
Set rs = Conn.Execute (SQLstmt)
conn.Close
Set conn = nothing
Set SQLstmt = nothing
Fejlen ser sådan ud:
INSERT INTO one2see (firma,kontaktperson,direktetlf,stilling,adresse,postnr,by,land,telefon,fax,email,url,keyword) VALUES (\'ww\',\'ww\',6865,\'wwww\',\'wwww\',5656,\'www\',\'www\',6565,6565,\'www\',\'http://www.\',\'dfd dfsdf a\')
Microsoft OLE DB Provider for ODBC Drivers fejl \'80040e14\'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/one2see/asp/tilmeld.asp, linje 90
Håber i kan hjælpe