Ask a Question related to Dreamweaver AppDev, Design and Development.
-
hc1970 #1
Multiple Recordsets and Stored Procedure
I'm using a stored procedure that returns multiple recordsets (it contains
multiple select statements) in a vb.net dev environment. The problem is DW only
sees the first recordset. Short of hard coding the page, is there a way to do
it within DW?
hc1970 Guest
-
Multiple Recordsets
OK, I know there has to be a better way to do this, hopefully someone can shed some light on this subject. Using SQLServer 2000 and VBscript... -
elp with Multiple Result Sets inside a Stored Procedure
I have a stored procedure that returns an output variable as well as a result set. It is one that works fine with a .NET application and I am... -
Recordsets to Stored Procedures
I have created a website using DWMX & SQL2K with all recordsets. I would like to my recordsets to stored procedures. Are there any written... -
Multiple recordsets?
Hey all I'm not sure if there's anything that can be done about this or not. I'm displaying the contents of two different tables (using Access for... -
Multiple Result Sets from DB2 stored Procedure
Did you figure out the solution to the problem you stated where you are not seeing all the columns of the multiple recordsets returned by a DB2... -
CMBergin #2
Re: Multiple Recordsets and Stored Procedure
No. DW doesn't support the .NextRecordset method in the GUI. You'll have
to add it yourself and go from there.
"hc1970" <webforumsuser@macromedia.com> wrote in message
news:cvqs1q$8ae$1@forums.macromedia.com...only> I'm using a stored procedure that returns multiple recordsets (it contains
> multiple select statements) in a vb.net dev environment. The problem is DWdo> sees the first recordset. Short of hard coding the page, is there a way to> it within DW?
>
CMBergin Guest



Reply With Quote

