22. marts 2001 - 03:19Der er
17 kommentarer og 1 løsning
SQL, INSERT
Jeg ved ikke om dette er det rigtige sted for et Sql spørgsmål?
jeg er en total SQL/ASP begynder, men jeg prøver! :-)
Jeg har oprettet en DB i Access, og den vil jeg indlæse en \"kunde\" i, men når jeg bruger INSERT får jeg denne fejl: Der opstod en Microsoft VBScript-kompileringsfejl fejl \'800a03ea\'
Der er en syntaksfejl
/aspa/merrild/nybruger.asp, linje 38
SQLINSERT=SQLINSERT & & Nr & \", \" ----------------------^
Her er koden..
<HTML> <HEAD> <TITLE>Please fill in your personal info:</TITLE> </HEAD>
\'This is a VBScript variable the returns the date and time \'on the host computer. We need this so we know the exact \'Date and time the appointment was made.
ourdate = FormatDateTime(now,vbLongDateTime)
\'Create the INSERT statement for a brand new client.
jeg fandt lige selv en fejl mere jeg havde ikke afsluttet denne linje:
SQLINSERT=SQLINSERT & \"\'\" & Type & \"\', \" ændrede den til: SQLINSERT=SQLINSERT & \"\'\" & Type & \"\') \"
nu skriver den:
Microsoft OLE DB Provider for ODBC Drivers fejl \'80040e14\'
[Microsoft][ODBC Microsoft Access Driver] The INSERT INTO statement contains the following unknown field name: \'Betegnelse\'. Make sure you have typed the name correctly, and try the operation again.
\'This is a VBScript variable the returns the date and time \'on the host computer. We need this so we know the exact \'Date and time the appointment was made.
ourdate = FormatDateTime(now,vbLongDateTime)
\'Create the INSERT statement for a brand new client.
set connupdate = server.createobject(\"ADODB.Connection\") connupdate.open \"kaffe\" connupdate.execute(SQLINSERT)
\'This is a VBScript variable the returns the date and time \'on the host computer. We need this so we know the exact \'Date and time the appointment was made.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.