Search results for query: *

  • Users: kalypso
  • Content: Threads
  • Order by date
  1. K

    Filling A Combo Box From A Database

    I am having problems filling the combo box. Here is the code I have: Dim conn = New Microsoft.Data.Odbc.OdbcConnection("DSN=MAC") Dim ds As New Data.DataSet("Test2") Dim dc As New Microsoft.Data.Odbc.OdbcCommand() Dim da As New Microsoft.Data.Odbc.OdbcDataAdapter() conn.Open()...
  2. K

    A little help using a DSN

    I am very new to using ODBC. Actually I'm pretty new to VB in general. I have done many of the basics but have never used data access. I have created a DSN named MAC to connect to my database here at work. It connects fine. I do now know how to use that connection in a VB project. I have added...
Back
Top