Re: Retrieving by program the parameter list of a stored procedure ?
From: Mike Collier (mike_at_adoanywhere.com)
Date: 01/16/04
- Next message: George Christoforakis: "Re: Many problems with ADO"
- Previous message: "Philippe: "Retrieving by program the parameter list of a stored procedure ?"
- In reply to: "Philippe: "Retrieving by program the parameter list of a stored procedure ?"
- Next in thread: Mike Collier: "Re: Retrieving by program the parameter list of a stored procedure ?"
- Reply: Mike Collier: "Re: Retrieving by program the parameter list of a stored procedure ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Jan 2004 11:01:34 -0000
> I know how to retrieve programmatically the list of all stored procedures
in an ADO
> database (ADOConnection.GetProcedureNames), but is it possible to know the
list
> ofparameters of a given store procedure by program?
Possibly, depends on the OLEDB Provider you are using.
Have a search in google for OpenSchema. This is the call the Delphi was
making to get your procedure names. I don't have a code example for
procedure parameters.
To find out quickly what calls are supported by OpenSchema on your system,
check out the OpenSchema GUI built into adoanywhere, currently it's FREE.
-- Mike Collier BSc( Hons) Comp Sci Get a copy of AdoAnywhere Browser FREE if you register for the forum quickly... http://www.adoanywhere.com/forum
- Next message: George Christoforakis: "Re: Many problems with ADO"
- Previous message: "Philippe: "Retrieving by program the parameter list of a stored procedure ?"
- In reply to: "Philippe: "Retrieving by program the parameter list of a stored procedure ?"
- Next in thread: Mike Collier: "Re: Retrieving by program the parameter list of a stored procedure ?"
- Reply: Mike Collier: "Re: Retrieving by program the parameter list of a stored procedure ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|