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

  • Users: Ian2
  • Order by date
  1. Ian2

    Problem calling stored porecure with params

    Hi Sergei I'm also still learning ADO. We use the following simple call to stored procedures which works well: set cnn = createObject("ADODB.Connection") set rs = CreateObject("ADODB.Recordset") strConn = "Driver={SQL SERVER};Server=...;Database=... etc.&quot...
  2. Ian2

    Making resultsets available as downloadable files

    Thanks for the assistance Gents. Will have to digest all this. Another step in the learning process... Ian
  3. Ian2

    Making resultsets available as downloadable files

    Thanks James (and Biffy) The page is rather complex and the error does not appear to be related to the solution, but to the way the function is called. To simplify - <code> <%@ Language=VBScript %> <!--#include file=&quot;..\databaseconnections.inc&quot; --> <% radio =...
  4. Ian2

    Remote access to SQL server via website

    Hi Biffy We use an include file in almost every application that contains the following: <code> set cnn = createObject(&quot;ADODB.Connection&quot;) set rs = createObject(&quot;ADODB.Recordset&quot;) strConn = &quot;DRIVER={SQL...
  5. Ian2

    Making resultsets available as downloadable files

    Thanks James As you can see, I came across exactly the same solution. Now just need to figure out the mismatch errors... :-} Ian
  6. Ian2

    Making resultsets available as downloadable files

    Hi I have an ASP page that gets data from a database and displays the resultset. How would I add a button to make that resultset downloadable to the desktop (possibly via a 'save as' dialogue box)? Regards Ian
  7. Ian2

    How to create a solution NOT in the default root

    Hi folks I need to create a new web solution against a web server that has several top-level directories in the default root. These top directories are linked to different URLs so I need to create the new web application on the server on the next lower level. InterDev doesn't allow me to add a...

Part and Inventory Search

Back
Top