Results 1 to 6 of 6

Thread: how do I use RDO?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    6
    <EOF>

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    RDO? Do you mean DAO or ADO?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    6
    no it is RDO (remote data object)

  4. #4
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ....

    To use RDO, go to Project > References and add the Microsoft RDO object library to your project.

    RDO comes in two types, you can use RDC (Remote Data Control) or RDO (Remote Data Object)

    To use RDO with any type of database, you must have an ODBC data source connected to that database. Without ODBC, you cannot work with RDO.

    RDO is similar to DAO, only the objects and methods have different names, like the DAO Workspace is an RDO Environment and so on.

    Since RDO was meant to work with non-Access databases, it makes use of different types of cursors that you need to be familiar with.

    My personal advice is you go for ADO instead of RDO. ADO uses only 5 basic objects and is much faster. Also it is less clumsier and easy to work with.

    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    6
    The reason why I think I need to use RDO is because I need to output an SQL search result into an External text file. I have not been able to find out how to do this through ADO or any other method besides RDO. Does anyone know of a different method - hopefully easier then RDO?

  6. #6
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Again ....

    Well, it seems you have to email me. I have sent this code to 3 people now, and you are the fourth. The code uses RDO to print reports in MS Word documents. You can modify it to work with ADO.

    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width