Results 1 to 7 of 7

Thread: can't we run the VB application with out installing oracle in the client system

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2002
    Location
    A.P,INDIA
    Posts
    48

    can't we run the VB application with out installing oracle in the client system

    hi,

    i created setup for my application and configured in all client machines ...
    but when i want run that exe in client sys then iam getting of oracle error.
    it means...i need to install oracle also in all my client machines.
    is there any way without installing the oracle, my application has to be executed ....
    i used adodb in my application and created connection to oracle database to get data.......

    thank u
    rojasree.
    Rojasree.

  2. #2
    Addicted Member
    Join Date
    May 2002
    Location
    FlyingOffice
    Posts
    178
    Is there any Oracle components (not database) you need to install?
    Such as SQL*Net in 7.3 or any drivers?

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    d000000d...

    In your ADO Connection string, you should verify that it referneces the single server which HAS oracle on it.

    http://www.able-consulting.com/ado_conn.htm

    Get your connection string checked here.

    Also make sure the computers are all networked properly.

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2002
    Location
    A.P,INDIA
    Posts
    48
    hi,

    Thank u Mr.Mendhak.

    rojasree.
    Rojasree.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    no problem Mr. Rojasree.

  6. #6
    Lively Member
    Join Date
    May 2002
    Location
    Nigeria
    Posts
    66

    Oracle Client

    I have just finish a project using VB as frontr end and Oracle atr Back end.
    I use same ADODB and I have insatlle oracle at the client machine. There is need for this because using your connecting stirng you will need oracle driver tobe able to create you DSN. Also the TSName will have to be configured to point to the oracle data base. The other way is to install a driver for the ODBC. If it is SQL or its compactibilites you did not need this because window has all the driver it it.

    As far as I am concern there is need for a driver to do this not necessarily insalling a client side oracle.

  7. #7

    Thread Starter
    Member
    Join Date
    Feb 2002
    Location
    A.P,INDIA
    Posts
    48
    hi,

    yes Mr.asj.
    i needto install net8 or sql * net.
    so how to getrid of this....
    Rojasree.

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