Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Laura K #1
sproc in DW asp.net
I am trying to create a dataset from a stored procedure. I am using the
stored procedure dialog box but when I put in the values I get an
unidentified error has occurred and an error displays in the bindings panel.
The sproc works in the query analyzer of MSSQL.
I have one parameter that I need to input and that is a querystring with
ProdID as the value. It should return one column of data which I want to
put in a drop down menu.
Is there something I am missing?
Laura K
Laura K Guest
-
SPROC Question, what am I doing wrong?
Here's my SPROC. CREATE PROCEDURE UpdateHits AS DECLARE @Result AS int DECLARE @ResultDate AS datetime SET @Result = (SELECT HitCount FROM... -
SPROC vs Inline Times.
Hey guys. I have a page which is generating fairly lengthly reports. I understand most of the parsing time is being created from the many tr and... -
Passing in SubReport Sproc Parameters using ASP
The following code works fine when previewing a Crystal report using ASP, EXCEPT when it gets to a report using a SubReport and its associated... -
Double Select after Insert in SPROC?
Hi, What I want to do in my SPROC is to insert values into a table that are selected by a select statement. Like this: INSERT INTO dbo.tbl1... -
SPROC parameters
Hi, I'm putting together a Stored Procedure. I need to build a select statement that grabs two column values from a table (single row) and then...



Reply With Quote

