odbc connections in .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bobneedshelp
    New Member
    • Feb 2007
    • 17

    odbc connections in .net

    I have an application in .NET that needs to retrieve the ODBC connections on the pc. VB6 had a way of doing this with SQLDataSources. System.Data.odb c doesn't handle this. Is there a way to do this in .NET?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Here is a site that may help:
    Connection Strings

    Comment

    • bobneedshelp
      New Member
      • Feb 2007
      • 17

      #3
      Originally posted by kenobewan
      Here is a site that may help:
      Connection Strings
      It doesn't. I know how to make the connection to the database but just not dynamically getting what odbc connection the user has. The connection is not uniform. Each connection can be named differently. The connection is going from a pc to a mainframe db2.

      Comment

      Working...