After years of somehow managing to avoid the migration to .NET it has finally come and I am blown away by the differences between classic ASP and .NET. I'm hoping I can get some help with what should be (and probably is) a simple task: connecting to a MySQL server in my project.
I am running VS 2008 and plan to develop in vb
I am needing to connect to a MySQL 5.0 database.
I have both my web project and database on my local computer during development.
I have installed the MySQL connector 5.1.4
In Visual Studio 2008 I want to add a Data Connection - how the heck do I go about this?
I apologize in advance for such a basic question but everything I have read assumes things like the knowledge of what a "code behind" page is - as in "add this to your code behind page"....
I'm looking (if possible) to add my data connection via the Server Explorer window in the IDE.
Thanks in advance for any help - I'll keep looking ....