Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. slickent1

    CAN ANYONE HELP???

    In order to the objConn.Open on a new line. How exactly would i do that?
  2. slickent1

    CAN ANYONE HELP???

    tsuji, Yes, its is on a model. I am learning vbscripting in school. Let me see if that works. thank you very much in advance
  3. slickent1

    CAN ANYONE HELP???

    Can Someone Help This is my code: <% Dim objConn Dim objRS %> <% Set objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & Server.MapPath ("/Kim/database/reservation.mdb") & ";Mode=ReadWrite;" objConn.Open %> <% Set...

Part and Inventory Search

Back
Top