|
-
Nov 7th, 2009, 03:44 PM
#1
Thread Starter
Member
ODBC help needed?
hey guys.when i creat a new connection with mysql odbc,that meens that when i export the application the connection is done.right?
so.how to i call that connection?
if i make a button populate data..
and do i have to make a databse in the application the have the 2 databses sinc to update?or i can insert directly in the mysql database with the odbc?
-
Nov 8th, 2009, 06:10 AM
#2
Re: ODBC help needed?
I'd suggest not using ODBC if you can get away with it. If you want to access MySQL from VB.NET then I'd suggest downloading the Connector/Net ADO.NET provider from the MySQL web site. You can then install the same thing on any target machine or just deploy MySql.Data.dll with your app.
-
Nov 8th, 2009, 08:39 AM
#3
Thread Starter
Member
Re: ODBC help needed?
true.whats the main concern or odbc?
-
Nov 8th, 2009, 09:33 AM
#4
Re: ODBC help needed?
ODBC is old and essentially a "lowest common denominator" when it comes to data sources. If there is a specific way to access your data source then that is preferable to ODBC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|