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

    connection with oracle

    I am new in oracle and VB. Can you tell me which data type I have to use and what is the syntax for getting connected my project with oracle database.

    Ashish


  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: connection with oracle

    Ashish,
    Use ODBC to set a connection to your oracle DSN. After that you can use it using either ADO or RDO.
    In oracle there is also one communication programe "Listener". You can also use that for connecting VB with oracle.



    Santulan

  3. #3
    Guest

    Re: connection with oracle


    Happy New Year
    Thank you santulan for your reply,
    I am actually looking for the objects I can use for connection and if possible the syntax for connection.

    Ashish

    Thank you


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