Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RobMorelos

  1. RobMorelos

    Connecting vb.net to a MySQL database

    You need to connect via code, I find this to be the easiest way. Here's an example: Module MyModule Public CONN As New Data.Odbc.OdbcConnection("DSN=MyDSN;DATABASE=MyDB;USER=DBUser;PASSWORD=DBPassword") Public ADP As New Data.Odbc.OdbcDataAdapter("", CONN) Public CMD As New...

Part and Inventory Search

Back
Top