Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Speegs #1
Insert Recored and Stored Procedure
Hello and thank you very much. I have a datbase which connects various tables
through a stored procedure, now I need to insert into this, so to speak from my
form. Is it possible to send the for values to the stored procedure? Speegs
Speegs Guest
-
Stored Procedure
EXEC master..xp_cmdshell 'cscript c:\path\file.vbs' EXEC master..xp_cmdshell 'c:\path\file.exe' "Kannan" <gk_i@yahoo.com> wrote in message... -
MS SQL stored procedure
I am new to MS SQL server and stored procedures. I currently have a query that looks like: select from table where fieldname IN... -
Using a stored procedure
I am trying to pass a ProdID to a stored procedure, but I get an error: Error Executing Database Query. Procedure 'PriceBreak' expects... -
ASP / Stored Procedure SQL Insert Help
Hi there - this should be fairly simple for someone. Basically I can't figure out how to pass the parameters from ASP to a Stored Procedure on... -
need help on a stored procedure
I have 2 tables. table1 and table2 I do a select on table1 and join table 2 on id. I want to check newprice in table1. if it is null, I want to...



Reply With Quote

