CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 ADODB.Recordset (0x800A0E78)

Print topic Send  topic

Author Message
URGENT ADODB
Posted: 06/21/2005, 3:17 AM

Error Type:
ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.
/misreports/classes/CapitalExpenditureReportCircleZone.asp, line 701
strQuery = "SELECT Code, Name FROM [Zone]"

Set fldZone.GroupedDataValues = executeAccessorSQL(Me, strQuery)
With fldZone.GroupedDataValues
If Not (.BOF And .EOF) Then ---------------line 701
Set .ActiveConnection = Nothing
.MoveFirst
End If
End With
wiseguy

Posts: 6
Posted: 06/21/2005, 3:22 AM

make sure the connection is open
e.g
Connection conn = new Connection();
conn.Open();
View profile  Send private message
wiseguy

Posts: 6
Posted: 06/21/2005, 5:42 AM

from its name it seems like executeAccessorSQL function is only good for Access or SQL Server connection.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.