Results 1 to 4 of 4

Thread: To connect VB-Client App to Lotus/Domino Sever

  1. #1
    Guest

    Post

    HELP!!! Anyone have any idea how can I set up communication with a Domino Server? AND... any suggestion about the best way to conduct synchronization between the 2 application. I'm using Access database in the VB section but Lotus/Domino doesn't use a table type database.

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    What formats can you use to _export_ from Lotus/Domino?

  3. #3
    Guest

    Post

    It's not necessary for Notes to export anything. It's the VB app that needs to connect to the server. The Domino server is constantly online just waits and listen. The Client (VB app) have to do a dial-up to the network and locate the Domino server. I am considering ODBC but not sure of how VB interacts with that. Lotus doesn't store data in table form, it stores them in forms. That's the problem...

  4. #4
    Guest

    Post

    Hi
    I'm new in VB...

    I guest that you are using Jet

    Can u communicate the Vb application local at the Domino Server..?

    If can..in order not to do anything with the table created on Form. U must develop another communication application as the " middle man" for your client to acces the database.

    This "middle man" application will be working as same concept as Borland Database Engine (BDE) if you familiar with.

    Perhaps in this this "middle man" application u should consider ADO connection for faster transaction.

    Structure
    ----------

    Client <=====>"Middle man" application <=====>Domino Server


    -----------------
    If you get any idea please let me know



    ------------------
    Khamal

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