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...
Here is another link dealing with DllSelfRegister:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q208699
Similar to jasek78's post but goes into a bit more detail
- Eric
I have also gone mad on a similar issue. I found this link useful:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q216231
especialy the section titled:
"Test for Setup Files Left on System"
You can get errors if you keep re-installing the program without uninstalling it...
I am having a problem with Crystal and the Pervasive DBC driver - some of the bigger reports cause the server to hang but if you direct them through the native driver they do fine. It appears that the SQL FROM clause generated by Crystal is back-to-front as far as the ODBC is concerned. We can...
Excuse my inexperience, I am new to both Pervasive and Crystal. I inherited 200 ver 8.5 reports running off the Pervasive ODBC and it appears that the SQL FROM clause, as generated by Crystal, is back-to-front as far as Pervasive ODBC is concerned and the result can hang the server. I would...
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.