CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    2

    vb-oracle connect

    I've set up aconnection between VB and Oracle8.When I start my application ,where I use ODBC DSN to connect, stat databaseoperation fails.Ihave to start the database first from Oracle StartDatabase icon.and then start the application.Only then it works.Is there a way to start the application so that the Oracle database starts automatically.


  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: vb-oracle connect

    Maybe you want use function
    Shell [your command line]

    In [your command line] insert string as in Oracle StartDatabase icon.

    Andy Tower

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