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: EricdlH
  • Content: Threads
  • Order by date
  1. EricdlH

    ADO.NET best practice?

    I am new to ADO.NET and was wading my way through connections, data adapters and datasets when an experienced programmer said just use this: Dim rsobj As New ADODB.Recordset() rsobj.Open("select * bla, bla", gdbNTBs, ADODB.CursorTypeEnum.adOpenForwardOnly...
  2. EricdlH

    XML post does not work on one PC

    I am using MSXML 4 in VB6 to post a message to a web server and recieve the response. This has worked on many PC's at many different locations until now. For one customer it does not work. I get "Download of the specified resource has failed". I know more about VB than XML so I am...
  3. EricdlH

    XML post does not work on one PC

    I am using MSXML 4 to post a message to a web server and recieve the response. This has worked on many PC's at many different locations until now. For one customer it does not work. Any ideas? Here is the code: Set objXMLHTTP = New MSXML2.XMLHTTP40 Set m_objCommandFileDOM = New...

Part and Inventory Search

Back
Top