CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Location
    Bangalore
    Posts
    60

    how to Create a Oracle database from VB?

    Hi all

    Is there any way that i can create a Oracle database directly from my VB program...

    I did the same for SQL by creating a .sql file to create database and then running the .sql file from a .bat file with a OSQL command.

    I don't know anything about Oracle DB..Please help me in this...

    Thanks in advance
    -Venky


  2. #2
    Join Date
    Mar 2006
    Posts
    5

    Re: how to Create a Oracle database from VB?

    Dear Friend;
    I too working in VB6.0 as front end and Oracle database (8i).
    If u can explain exactly what is ur requirement... I can help u some extend.
    In my case i will create all the Oracle database tables i created from VB programming with already existing user account.
    For immediate reply...
    Contact me only in the following e-mail address.

    [email protected].

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