Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Params w/ Recordset DTC?

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
when opening a recordset DTC that calls a stored procedure requiring a parameter I get an error that says the parameter was not supplied. I am passing a value to a variable using the Request.QueryString() at the top of the page and then include this variable in the Parameter Tab. Also have verified that the variable is correct.

Why does the Recordset DTC not see the variable?

Thank for any ideas. Been working on this problem for a while now and it is really bugging me.

Rich

 
FYI, I was able to get it to work with a session variable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top