hello everyone
i have this error saying "requested operation requires ole db session object which is not supported by the current provider"..i wonder why this appears.i am using an ado and using vb6..can someone enlighten me with this problem..thanks
androidz -2 Junior Poster in Training
Recommended Answers
Jump to PostThis usually means that the function you're requesting from your ActiveX Database Object (ADO) is not supported.
Which probably means you're not using the right cursor type for the function that you are requesting. Certain functions are only supported with certain cursor types.
You might try changing which …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.