I am currently using the Msxml2.ServerXMLHTTP object to execute remote HTTP requests and retrieve the response without leaving the current process - for example, in the Page_Load event, I may create this object (using Server.CreateObject), run a GET request to a different page through the...
You can install MDAC (ms data access components) which includes DAO with a /quiet or /silent or something switch, i believe - so you could shell the MDAC installer from your app.
You need to open the recordset with a static, keyset or dynamic cursor type. This means it must be opened with a command object, and not just with a Connection.Execute().
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.