Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 execute procedure

Author  Topic 

jelost
Starting Member

7 Posts

Posted - 2005-10-28 : 15:42:13
I want to try to excecute a procedure that inserts data into a table.
The data consists of an Output parameter, and other input parameters. Two input parameters are of the datatype DATE. I can't seem to pass the write values for these parameters so that the procedure will execute. Is there are certain way to call this type of procedure?

I know the procedure works because it works in the applications.

Please help. Let me know if you need more information.

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2005-10-28 : 16:26:58
Post the section of code for the procedure between the "create procedure" statement and the "AS"

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -