CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Oracle

  1. #1
    Join Date
    Jun 2001
    Location
    India
    Posts
    6

    Oracle

    I have built a VB project (.exe) with Oracle DB in my system. How can I show this project in other system. Means how to call this database to other system. I have also used ODBC (DSN) for this project.

    Please help !!


  2. #2
    Join Date
    Jul 2001
    Posts
    4

    Re: Oracle

    What do you mean by Showing it to other system ??
    Please elaborate your problem.


  3. #3
    Join Date
    Jun 2001
    Location
    India
    Posts
    6

    Re: Oracle

    Thanks for u'r reply

    we have devloped a VB Projecct using Oracle as
    database(back-end).This project is working in my system.But if we are running the same in another system, it's giving the error. Because the data is not there in that System(Where i am running).How to bring the data(all the table which i created using Oracle) to another System?



  4. #4
    Join Date
    Sep 2000
    Posts
    58

    Re: Oracle

    If you are using ODBC to connect to your DB, then you need create a new ODBC connection on each system (or pc), other the application will not be able to access the tables.

    Hope this helps.
    uni.


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

Featured