Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: cann't understand adParamOutput


Message #1 by boryan@s... on Tue, 20 Aug 2002 23:57:46
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?

  Return to Index