cmd.ActiveConnection property

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!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top