|
-
Jul 16th, 2009, 02:55 AM
#1
Thread Starter
Lively Member
MySQL Beginner
I have really no idea about MySQL, but I really want to learn it since I've found that it's better than Access and I'm planning to shift from Access to 100% MySQL database. What software paackages do I have to download? How can I connect it to the program I'm using, for example Vb6/.NET? I have already a knowledge of SQL commands, and I already downloaded and installed a MySQL GUI but I don't know what to do with it. I feel like I'm lacking something, a MySQL server perhaps?
-
Jul 16th, 2009, 06:30 AM
#2
Re: MySQL Beginner
 Originally Posted by Encoder
What software paackages do I have to download?
The database engine/server (there are several editions, which one depends on your situation), and a driver/provider so your program can connect to it.
How can I connect it to the program I'm using, for example Vb6/.NET?
Almost the same as you would with Access.
For VB6 just change the Connection String to use the driver/provider you downloaded.
For VB.Net you could just do the same, but it would be better to switch to the MySQL connector (download link in the DB FAQs)
Note that there will be some differences in SQL statements, as each database system uses its own syntax.
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
|