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."...
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="..\databaseconnections.inc" -->
<%
radio =...
Hi Biffy
We use an include file in almost every application that contains the following:
<code>
set cnn = createObject("ADODB.Connection")
set rs = createObject("ADODB.Recordset")
strConn = "DRIVER={SQL...
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
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...
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.