i have it like this now
response.write(rs("table_name"))
but same freaking error
Operation is not allowed when the object is closed.
line 7
If Not rs.EOF Then -?>>>>
there is sometihn wrong with
response.write(rs("[table_name]"))
i am getting teh error
Item cannot be found in the collection corresponding to the requested name or ordinal.
The SQL runs fine. I am still getting the same error. Actually the [Table_name] worked as far as the SQL was concerned because i ran it on the reports website. The error is.
ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.
strsql = "use maintestdb select...
so i was getting the same error so i commented out
the if not and while stuff to see if it works anyways. so now i am getting the following error!
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
Here is the code I am...
its not real i have bogus names :) thanks for leting me know ill work on this stuff tommorow but yeah thanks a bunch for all your help..appreciate it bro..
here is the ASP file as exact i have it .i am simply running it..
<%
Set dbconn = Server.CreateObject("ADODB.Connection")
dbconn.open("Provider=SQLOLEDB; Data Source=sq111.crystech.com; Initial Catalog=mydbtest; User ID=mydbtest; Password=dotheftp; network=dbmcn")
strsql = "use maindbtest...
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.