asp_databases thread: cann't understand adParamOutput
Hi everyones! The question is OutputParam for Stored procedure. Acctually, I can use input parameters and so on, but I cann't understand, who to get Output parameter, what is my SQL statement should be! I'm using MSAccess... Lets say, I have the following: SELECT finID, clientID FROM fin WHERE clientID=[@clientID] [@clientID] - input parameter, which I send from ASP page The question is - how to get finID from that statement using adParamOutput? What string do I have to add to that statement?
|





