After adding parameters to a Command object, I use this code:
Set RS = Cmd.Execute
Apparently, this returns a forward only recordset. In other words it doesn't seem to give me other options as to the type of recordset created.
Is there a way to set the type of recordset and still be able to use parameters?
Set RS = Cmd.Execute
Apparently, this returns a forward only recordset. In other words it doesn't seem to give me other options as to the type of recordset created.
Is there a way to set the type of recordset and still be able to use parameters?