CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Location
    Memphis
    Posts
    3

    Question TransBase Database conection to .Net

    I am looking for any information that anyone may have regarding connecting a .Net app, preferably VB, to a Transbase db. I have the ODBC driver for it but having difficulty making the connection work. I can make the connection work in VB 6.0 but prefer to use VB.net. Any help will be appreciated.

  2. #2
    Join Date
    Mar 2005
    Posts
    1

    Re: TransBase Database conection to .Net

    Quote Originally Posted by rburks24 View Post
    I am looking for any information that anyone may have regarding connecting a .Net app, preferably VB, to a Transbase db. I have the ODBC driver for it but having difficulty making the connection work. I can make the connection work in VB 6.0 but prefer to use VB.net. Any help will be appreciated.
    oConn.CursorLocation = CursorLocationEnum.adUseClient
    oConn.Open("DSN=DATA_1;")

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