Re: "Function Does Not Exist"

2005-11-20 Thread Pyt
Does it work if you use a standard command type, and use "call sp_InserNewCamper();" as the command string ? Pyt. On 11/18/05, Jesse Castleberry - [EMAIL PROTECTED]<+mysql+pyt+c1ac2e3ccd.JesseC#msdlg.com@ spamgourmet.com > wrote: > > I'm using the following code in my ASP

Re: "Function Does Not Exist"

2005-11-18 Thread Peter Brawley
Jesse, >I'm using the following code in my ASP.NET application to add a new record >to the database, and return the added ID: You may have persuaded dotNet that your sproc returns something, ie that it is a function, but you apparently created it as a procedure. An sproc returns nothing. PB