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 bkrike 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: *

  • Users: hughg
  • Content: Threads
  • Order by date
  1. hughg

    Runtime error connecting to Access DB wth when PWD is set...

    I am trying to connect to an Access DB using a standard ADO connection object. This runs perfectly when I do not set a password for the database; Dim cn As Connection Set cn = New Connection With cn .Provider = "Microsoft.jet.OLEDB.3.51" .ConnectionString=...
  2. hughg

    OLE Callback faster than raised event?

    Is this true even for late bound objects....if so does can anybody give me an explanation as to why? thanks.
  3. hughg

    "QueryInterface" method of "IUnKnown" Interface ...?

    Does anybody know a way to call this?

Part and Inventory Search

Back
Top