Ask a Question related to Dreamweaver AppDev, Design and Development.
-
-D- #1
recordset error
I'm opening a recordset that calls a stored procedure and get the following
error: 'Operation is not allowed when the object is closed' The error is
occurring on this line at the bottom of my page. rsAlloAmts.Close() I haven't
passed in any parameters to the stored procedure when I first hit the page.
The form on the page submits to itself and passes in the values to the stored
procedure. I'm not sure what I'm doing incorrectly? Thanks, -D-
-D- Guest
-
Error after testing Recordset
Hi, I've a problem with using Recordsets. It's not possible to make an RS. I choose the database, the table - the Test works fine, after I click... -
recordset error
I have the following recordset: SELECT FTE_CLASS_GROUP_NBR_DSCR FROM dbo.DLIST_FTE_CLASS_GROUP WHERE FTE_GRP_ID IS NOT NULL I ammended the sql to... -
Recordset error message
Hello, I am creating a recordset from a query. The recorset returns the correct information until I add the Column Names to the query. In the... -
Create Recordset Error
Hi, Windows XP/SP 2/DWMX I am running into a rather odd problem with the bindings panel. After creating a recordset and attempting to go to... -
Error after creating second recordset
I'm working on creating a web application with data from an Access database. The first project is an inser record form which displays just fine... -
Paul Whitham TMM #2
Re: recordset error
I would check your code for another reference that is closing the database
connection prior to this line. It may well be inside of the stored procedure
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"-D-" <webforumsuser@macromedia.com> wrote in message
news:d1vc97$nve$1@forums.macromedia.com...following> I'm opening a recordset that calls a stored procedure and get thehaven't> error: 'Operation is not allowed when the object is closed' The error is
> occurring on this line at the bottom of my page. rsAlloAmts.Close() Ipage.> passed in any parameters to the stored procedure when I first hit thestored> The form on the page submits to itself and passes in the values to the> procedure. I'm not sure what I'm doing incorrectly? Thanks, -D-
>
Paul Whitham TMM Guest



Reply With Quote

