Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Into
Message
De
28/03/2002 07:35:36
Fabian Belo
Independent Developer
Argentine
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Insert Into
Divers
Thread ID:
00638325
Message ID:
00638325
Vues:
69
I've spent 3 hours+, and....Access ODBC piss me off!
Please, somebody have any clue to fix it?

set conn = Server.Createobject("ADODB.Connection")
conn.open "lista1"
SQLstmt = "INSERT INTO lista (Name,City,State,Country,Email,Usuario,Password)"
SQLstmt = SQLstmt & " VALUES ("
SQLstmt = SQLstmt & "'" & Name & "',"
SQLstmt = SQLstmt & "'" & City & "',"
SQLstmt = SQLstmt & "'" & State & "',"
SQLstmt = SQLstmt & "'" & Country & "',"
SQLstmt = SQLstmt & "'" & Email & "',"
SQLstmt = SQLstmt & "'" & Usuario & "',"
SQLstmt = SQLstmt & "'" & Password & "'"
SQLstmt = SQLstmt & ")"

Set RS = conn.execute(SQLstmt)


Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform