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 gkittelson 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. bplenge

    Increasing Timeouts with ADO

    I have a program that I’m attempting to get counts using ADO. The code is below. Global Const ConnString = "ODBC;UID=user;PWD=passwd;DSN=ORA" Dim OraD As ADODB.Connection Dim rsPreSample As ADODB.Recordset Set OraD = CreateObject("ADODB.Connection") OraD.CommandTimeout = 0 OraD.Open...
  2. bplenge

    Keeping ADO references selected in Access 2007

    I have a database with forms that use ADO to access data files. In the design stage, I went into Tools/References and checked "Microsoft ActiveX Data Objects 2.1 Library", which made the ADO work. For each “case” that is run, the application creates a separate database and copies all forms...

Part and Inventory Search

Back
Top