Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

Jarmo

@Jarmo
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • INSERT INTO/ASP/ADO- error
    J Jarmo

    The Code, which dropped: dim objConn dim objTimes dim strQuery Set objConn = Server.Createobject("ADODB.Connection") Set objTimes = Server.Createobject("ADODB.Recordset") objConn.Open "HIERONTA" strQuery="INSERT INTO Contacts (Number) VALUES ('15')" set objTimes = objConn.Execute (strQuery)

    Web Development database help com sysadmin question

  • INSERT INTO/ASP/ADO- error
    J Jarmo

    The Code, which dropped: dim objConn dim objTimes dim strQuery Set objConn = Server.Createobject("ADODB.Connection") Set objTimes = Server.Createobject("ADODB.Recordset") objConn.Open "HIERONTA" strQuery="INSERT INTO Contacts (Number) VALUES ('15')" set objTimes = objConn.Execute (strQuery)

    Web Development database help com sysadmin question

  • INSERT INTO/ASP/ADO- error
    J Jarmo

    Can anybody help me? The very simple below code doesnt work. It returns a following error: "Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. "MYDATABASE" is a access database. And "number" is a integer. THANK YOU, JARMO The code: <% dim objConn dim objTimes dim strQuery Set objConn = Server.Createobject("ADODB.Connection") Set objTimes = Server.Createobject("ADODB.Recordset") objConn.Open "MYDATABASE" strQuery="INSERT INTO Contacts (Number) VALUES (15)" set objTimes = objConn.Execute (strQuery)%>

    Web Development database help com sysadmin question

  • INSERT INTO/ASP/ADO- error
    J Jarmo

    Can anybody help me? The very simple below code doesnt work. It returns a following error: "Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. "MYDATABASE" is a access database. And "number" is a integer. THANK YOU, JARMO The code: <% dim objConn dim objTimes dim strQuery Set objConn = Server.Createobject("ADODB.Connection") Set objTimes = Server.Createobject("ADODB.Recordset") objConn.Open "MYDATABASE" strQuery="INSERT INTO Contacts (Number) VALUES (15)" set objTimes = objConn.Execute (strQuery)%>

    Web Development database help com sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups