Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Nathon Jones #1
DWMX adding two Recordset.Close()? (ASP, VBScript)
Hi,
In connection with my other post about a strange Dim line being added to my
Connections.asp file...I've also noticed that, sometimes, when I add a new
recordset DW is doubling up the close statement at the foot of my page:
<%
rsProdCats.Close()
Set rsProdCats = Nothing
%>
<%
rsProdCats.Close()
Set rsProdCats = Nothing
%>
Why would it do that? Is this a DW bug? If so, is there a fix?
Thanks
nath.
Nathon Jones Guest
-
Name Redefined? What is this Dim? (DWMX/ASP/VBscript/Access)
Hi, I've been having this problem with a few sites now. It appears that in some cases, and I can't spot a trend, but when I add a recordset to a... -
adding columns to an existing recordset
Say I've retrieved a recordset from a database using the cfquery tag. <cfquery name="qryGetTeams" datasource="#Application.DS#" dbtype="ODBC">... -
DWMX V6.0 and DWMX V7.0 Lost Feature - TIMELINE
DWMX V6.0 and DWMX V7.0 Lost Feature - TIMELINE Has anyone noticed the "MODIFY timeline" feature in DWMX Version 6.0 is gone in DWMX V7.0. The... -
RecordSet.Move or RecordSet.AbsolutePosition??
Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to... -
recordset ActiveConnection Close
Does anybody know why Dreamweaver does not automatically close the ActiveConnection for recordsets in they way that it closes recordsets... -
mitchel #2
Re: DWMX adding two Recordset.Close()? (ASP, VBScript)
I also see that sometimes, I just delete all the close statements and then
open each recordest and close them one at a time and it seems to fix
everything by adding the close statements back like it should.
Mitch
"Nathon Jones" <nathon@SHPAMkirkmoor.com> wrote in message
news:d4al02$kvu$1@forums.macromedia.com...my> Hi,
>
> In connection with my other post about a strange Dim line being added to> Connections.asp file...I've also noticed that, sometimes, when I add a new
> recordset DW is doubling up the close statement at the foot of my page:
>
> <%
> rsProdCats.Close()
> Set rsProdCats = Nothing
> %>
> <%
> rsProdCats.Close()
> Set rsProdCats = Nothing
> %>
>
> Why would it do that? Is this a DW bug? If so, is there a fix?
>
> Thanks
> nath.
>
>
mitchel Guest



Reply With Quote

