VB dot net and MySQL

O

Ook

Has anyone sucessfully connected a VB form or a VB asp form to a MySQL
database? If so,
would you care to share how you did it? I'm also trying to figure out the
same thing for C#. We are trying to decide if we want to useVB.Net or C#,
and the first step is to see if we can connect to MySQL reliably.
 
C

Cor

Hi Ook,

This is a question often aked in the newsgroup

microsoft.public.dotnet.framework.adonet.

If you do a search on "MySQL" in that newsgroup you will normaly see a lot
of answers.

Cor
 
O

Ook

I searched. I found more answers here. But I'll ask there and see what
people have to say.
 
C

Charlie Smith

Ook said:
Has anyone sucessfully connected a VB form or a VB asp form to a MySQL
database? If so,
would you care to share how you did it? I'm also trying to figure out the
same thing for C#. We are trying to decide if we want to useVB.Net or C#,
and the first step is to see if we can connect to MySQL reliably.

Try http://www.connectionstrings.com/
 
S

Sueffel

Ook said:
Has anyone sucessfully connected a VB form or a VB asp form to a MySQL
database? If so,
would you care to share how you did it? I'm also trying to figure out the
same thing for C#. We are trying to decide if we want to useVB.Net or C#,
and the first step is to see if we can connect to MySQL reliably.
Not trying to be a smartass, but www.mysql.org has a huge API for VB5/6/.NET
and connecting in. I used it once on a test DB, but haven't gotten MySQL to
work all that well (Lack of time really) and am not looking forward to
bringing all my StoredProcs and turning them into code-behind, but that's
not too much of an issue now since I'm re-writing the origional VB6 app in
DotNet, doing this from the groundup is proving alot less painfull than
"upgrading". But, yes, MySql.org has a ton of stuff on doing this. Plus,
there's a new version out, that could prove to be interesting.

HTH
Sueffel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top