VB 6.0 Ole DB Object/Session Error

free web hosting
Free Web Hosting > Computers & Tech > Programming > Programming General > BASIC / Visual Basic (.NET)

VB 6.0 Ole DB Object/Session Error

marretas
i've been coding a small appz to manage mail senders.
All of a sudden we are receiving an 3709 error, Requested operation requires
an OLE DB Session object, which is not supported by the current provider.
Any ideas why?

Reply

faulty.lee
Is this problem exist after you change your coding, or just appear like that? or did you update your ole driver lately?

Maybe you should check your OLE driver version? and it's capability. Could be that you're accessing some function/object not available in that version

QUOTE(marretas @ Jul 17 2006, 09:42 PM) *

i've been coding a small appz to manage mail senders.
All of a sudden we are receiving an 3709 error, Requested operation requires
an OLE DB Session object, which is not supported by the current provider.
Any ideas why?


Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. "requested operation requires an ole db session object, which is not supported by the current provider" - 0.69 hr back. (1)
  2. requested operation requires an ole db - 5.33 hr back. (1)
  3. vb oledb - 27.82 hr back. (1)
  4. ole db session - 67.22 hr back. (1)
  5. requested operations requires an ole db session - 84.07 hr back. (1)
  6. 3709 session ole db - 101.97 hr back. (1)
  7. requested operation requires an ole db session object, which is not supported by the current provider. - 105.06 hr back. (1)
  8. 3709 - requested operation requires an ole db session object, which is not supported by the current provider - 109.30 hr back. (1)
  9. 3709 - requested operation requires an ole db session object, which is not supported by the current provider. - 109.79 hr back. (1)
  10. 3709 requested operation requires an ole db session object, which is not supported by the current provider - 113.98 hr back. (1)
  11. requested operation requires an ole db session - 115.40 hr back. (1)
  12. requested operation requires ole session object error - 119.11 hr back. (1)
  13. "requested operation requires an ole db session object" - 122.40 hr back. (1)
  14. requested operation requires an ole db session object, - 126.12 hr back. (1)
Similar Topics

Keywords : vb, 6, 0, ole, db, object

  1. Php Iteration - Object Overloading
    Difference between iteration and overloading (1)
  2. Changing Path Of Shared Object
    (2)
    Can anybody tell me how to change the path of shared object default path to any D or E drive.. E.g
    : Default path like C:\Documents and Settings\TempName\Application Data\Macromedia\Flash
    Player\#SharedObjects\D8F43EBD\localhost\Temp\Flash1.swf to D:\Sample Plse reply Thank
    you ....
  3. Cleanly Killing The Itunes Com Object
    (2)
    So, I'm working on a media server that interfaces with iTunes to play my music for me. I've
    run into a small nuisance, but not something critical. To work with iTunes, a C# application needs
    to instantiate an iTunes COM object. This actually forces iTunes to open. Now, if a person were to
    attempt to close iTunes, the C# application would receive an AboutToPromptUserToQuit event. If the
    iTunes COM object is not destroyed and dereferenced so that iTunes thinks it can cleanly exit
    without stranding any other application, the user will be prompted to confirm the....
  4. Problem In Theme Or Active Object!
    (4)
    now i got this problem in the picture. when i copied a link from the internet, and past it on the
    desktop, a massege said : are you sure you want to copy active object, as i remember, maybe not
    exactly that but i rapidly clicked ok...so that what happened!, it's the same as the web page at
    the corner of the desktop, and i can use it and the links in it are working! i changed the theme but
    it still. anybody can help me please....
  5. C# Tutorial : Lesson 4 - Object Oriented Programming
    (2)
    Object Oriented Programming Object Oriented Programming is a methodology modeled on real
    life. It comprises of the basic unit, an object, being used in implementing a program. Think of all
    the objects around you - cars, buses, birds, trees, etc. You will find countless ones of them,
    everywhere you go. In order to tackle this huge number, we started classifying them, thus came the
    term Class. Class A class is a composition of the theoretic characteristics (attributes and
    properties) of an object and the things it can do - behaviors, methods and features. Tak....
  6. Php - Object Oriented Programming
    (1)
    Hi, I just recently found out PHP's capabilities of being OOP. Since I had learned Java's
    methods, I've adapted its methods and applied it to PHP. Since then, I've been avoiding
    procedural PHP scripting and moved to OOP instead. Like Java, I have divided the codes in classes. I
    have a commented package namespace to show which project it's from. It's almost like Java.
    I want to know, does anyone use PHP's OOP in different way? Well I believe you can form PHP in
    C++ way.....
  7. Linking An Object Tag
    (0)
    Hi, i have an OBJECT tag -a swf file- that i want to be part of an A tag so when a user clicks
    on this it opens a new window, someone should think why i want to do this, well, the reason for this
    is because the swf file dont have an hyperlink in it and i dont work with flash so i cant edit it.
    I try the following: CODE And also i try this one: CODE But either
    case it does not work, does anybody knows how to do it??? Another option that i think will work is
    to save this swf file as an animated gif, but as i said i don't work wit....
  8. OSCommerce Errors
    Passed variable is not an array or object (5)
    I don't know where this topic is appropriate in so please move it if it's innapropriate for
    this place as this involves PHP and OSCommerce Hi, I got an error stating the following: Warning:
    reset(): Passed variable is not an array or object in
    /home/content/j/w/s/jws8118/html/catalog/admin/includes/classes/object_info.php on line 17 Warning:
    Variable passed to each() is not an array or object in
    /home/content/j/w/s/jws8118/html/catalog/admin/includes/classes/object_info.php on line 18
    Here's the source code: CODE /*   $Id: object_info.php,v 1.6 20....
  9. Datasource Object Limitations?
    (0)
    I'm trying to build asp.net pages with an SQL Server backend. I am running into what I think is
    string limitations in SQLDataSource objects. But I could be wrong. And this could be the gridview
    doing this. I haven't tried anything else. I'm just learning. What is happening is when
    I include some columns from the data table in the sql of the SQLdatasource object it will no longer
    let me update records. I change the data and click update. It refreshes the page but the data
    doesn't change. The reason I was thinking it is a string length problem is ....
  10. Object & Classes Trouble
    (2)
    The following is the code that I am testing with. QUOTE Public Class Form1 Private
    sckCom As New MSWinsockLib.Winsock Private sckDat As New AxMSWinsockLib.AxWinsock Private
    Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    sckCom.Close() sckDat.Close() End Sub End Class The sckCom.close() method works
    fine, but the sckDat.close() method causes the following exception :- Exception of type
    'System.Windows.Forms.AxHost+InvalidActiveXStateException' was thrown. I am not su....
  11. Ruby - Better Programming Language Than Java Or C#?
    Ruby is an object-oriented, meta-programming language that has many de (1)
    hey all i read this very intresting and intriguing article and i thought i should share it here..
    find example codes in the attached file. cheerz! shiv Ruby —A Diamond of a Programming
    Language? QUOTE Have you heard about Ruby? It seems to be a popular topic in software
    development circles today. This language came to my attention at a Java conference last spring,
    where gentlemen like Bruce Tate (author of Bitter Java and Better, Faster, Lighter Java), Dave
    Thomas (Pragmatic Programmer: From Journeyman to Master), and others were all talking about Ruby an....
  12. Embedding Object In MySQL
    Embedding binary object in MySQL (2)
    I would like to ask, is it possible to embed binarry object into an MySQL database, like the MSSQL
    database & MS Access database. I would like to embed a few small txt based files into the mysql
    database. These text files are actually the settings of my web application so that the use can get
    the text file from the database. So any one with any clue, could u please gimme a hand here.
    Thanks mates.....
  13. Photoshop Tutorial: Selective Coloring - Color Object In A B & W Photo
    I don't know the proper term. (5)
    First of all, I was planning on posting this tutorial 6 months ago but due to my crazy life and my
    recent relocation to Hell I'm just now getting around to it /unsure.gif' border='0'
    style='vertical-align:middle' alt='unsure.gif' /> So here it is! Have you ever seen one of those
    black and white pictures that has a single object in color? Well, I'm gonna show you how to do
    that in 3 EXTREMELY easy steps! I used this effect on a promo pic for my fiance's little
    brother Sean's band, There's Always Forever . However, I went with more of a ghetto....
  14. Garmon's Javascript #1 - Simple Object Database
    Learn basic Object-Oriented Programming (1)
    Okay, so you're like me - you've heard about OOP or Object Oriented Programming and wonder
    what all the hOOPlah is about! So here's the straight pOOP. Okay, sorry for the stOOPid puns.
    I'll stop now. Honestly, I will. OOPs I did it again. Right. Here's the scenario: we have
    an online store, we want to maintain a database of our products, and we want to be able to access
    them. This tutorial shows how this can be done, with very simple, commented code. Please note, that
    I'm not recommending that you use JavaScript to store your actual product dat....
  15. Question About Embedding Flash Object Header
    flash (2)
    hello, how can i put my flash object(header) im my page. what file do i have to use. ive you make a
    flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the
    animation only file in my web folder or all 2.....
  16. VB6 Need Help With Object Validation
    Any help will be appreciated (4)
    OK, only been using VB6 for less than 2 weeks, but have gone passed expectations and have found
    things I have overlooked and am now needing either an explanation on how to do it or some good
    places they will clearly explain how to go about it. To be honest, I'm not wanting to learn
    this language, it's just a requirement that I must get out of the way before moving onto a much
    larger project. I will apologise now if I speak a lot of C/C++
    Objects/Properties/Methods/Functions, I can explain programming better under this language. So back
    to VB, Just to ignore m....
  17. Ruby
    "Where everything's an object!" (5)
    I have been a huge fan of Java for a few years now, and recieved a 5 (out of 5) on the AP COmputer
    Science A exam (college level programming, in Java). I signed up for AP Computer Science AB for this
    year, but 7 people signed up so the class was cancelled, so I have signed up for next year. I have
    also read a few books on Java, one of which is the Exam Prep (Exam Cram) review book for the Sun
    Certified Java Prgrammer exam, it looks to me as though I know most of what is tested, but I have
    not memorized the limits for the different primitive types. THat is my background ....
  18. Force Object To Load Last
    html question (2)
    Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html
    and php compilers read a code from top to bottom. Say I have a object though...and I want it to load
    last...how do I do that? Let's just pretend I have an image that I do not want to load until
    everything else on the webpage is loaded...how can I set that up? Is there perhaps a javascript code
    for it...or maybe a CSS style I could add onto the object? Or better yet, is it possible to make
    everything within a div/span/table tag load last? Another thing...if I leave an....
  19. Beginners Php - Object Initialization
    (10)
    So I got fed up with HTML and wanted to move to dynamic pages... php was THE thing I wanted to learn
    LOL... SO I started going by a book. I got stuck with Object Initialization . I don't
    understand.... I really don't... CODE To initialize an object, you use the new statement to
    instantiate the object to a variable. class foo {    function do_foo () {        echo "Doing
    foo.";    } } $bar = new foo; $bar->do_foo(); What gets me is the given explanation, "you use
    the new statement" what new statement?? LOL I did fine with arrays, that's all c....
  20. Object Orientated Programming Help!
    I just can't understand OOP!! (2)
    I'm coming here not because I expect anyone to post a step by step of what it is but because
    hopefully someone here has links to a website that explains it really well or maybe knows of a
    script that uses it in a clear example. Any links would be greatly appreciated. I just need to
    understand it to see if using it could save me some time and effort. Thanks Kage This topic
    deals with General Programming Concept. So I guess it should be in Programming > General. Topic
    moved. Oopsadaisies. I should have mentioned that I want to learn the use of OOP in PHP, such ....
  21. Delphi - Tfilestream
    Object Persistence... use TFileStream (1)
    OK. This tutorial may be helpful to people who use Delphi, for anyone else... it will probably be
    boring /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> . This tutorial is
    going to explain briefly how to use the TFileStream Class. For anyone who has wanted to say... save
    any data from a listbox and during run-time you wanted to append different information to it, or
    throughout the applications running time and then save the information when the application closes
    then you should use the TFileSteam Class. The great thing about this is it can re....

    1. Looking for vb, 6, 0, ole, db, object






*SIMILAR VIDEOS*
Searching Video's for vb, 6, 0, ole, db, object
advertisement




VB 6.0 Ole DB Object/Session Error