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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.