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

  1. NKSBenny

    ServerXMLHTTP in ASP.NET

    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...
  2. NKSBenny

    ADO Setup through code

    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.
  3. NKSBenny

    Rowset error message

    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().

Part and Inventory Search

Back
Top