Crazy question
Visual Basic
1
Posts
1
Posters
4
Views
1
Watching
-
Is it possible to some how pass IN a recordset to a stored procedure? I want to be able to do something like the following: Alter Procedure uspBillClient @RS Recordset As Begin Update Bills Set BillID = (Select MAX(BillID) From Bills) + 1 Where HoursID In RS End Thanks in advance for any help. Jamie Nordmeyer Portland, Oregon, USA