cmd.ActiveConnection property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm still a bit fuzzy using ADO command objects. I pass an open ADODB
connection (cnnIn) into a function, but when I try to use that connection in
the command object:

cmd.ActiveConnection= cnnIn

I get an error "requested operation requires an OLEDB session object, which
is not supported by current provider"

Thanks for the help!!
 
Back
Top