Re: TAdoStoredProc



When you use the TadoDataset , change the CommandType to 'storedproc'. Then
it will give you a drop down in the "commandtext" property that points to
all the stored procs in the DB to choose from. You have to be connected of
course, which is best done via a TADOConnection.


.



Relevant Pages