Re: Any way to keep TADOStoredProc parameters

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 02/18/05


Date: Thu, 17 Feb 2005 21:28:17 -0600


>My question is at design time, I created parameters of a TADOStoredProc by
>using the Parameters property in the Object Inspector.
>However, for some reason I need to change the stroed procedure name of
>TADOStoredProc, all the parameters will be blanked.
The parameters get deleted when you change the StoredProcedure.
You can Refresh the parameters so that they are read from the stored procedure
or just create them.

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages

  • Re: how to check return value of stroed procedure
    ... The following example shows a stored procedure with an input and an output ... @ytd_sales is used to return the value to the calling program. ... EXECUTE get_sales_for_title ... > and in asp.net i called this stroed procedure like this ...
    (microsoft.public.sqlserver.programming)
  • regatding stroed procedure in asp.net
    ... sql server 2000 which returns a value ... see the stroed procedure ... here i've to check the value returned by stored procedure. ... yoshitha. ...
    (microsoft.public.dotnet.framework.aspnet)
  • regatding stroed procedure in asp.net
    ... sql server 2000 which returns a value ... see the stroed procedure ... here i've to check the value returned by stored procedure. ... yoshitha. ...
    (microsoft.public.dotnet.framework.aspnet)
  • how to check return value of stroed procedure
    ... sql server 2000 which returns a value ... and in asp.net i called this stroed procedure like this ... by stored procedure. ...
    (microsoft.public.sqlserver.programming)