VB.NET and MySQL database. How can I,,,,,?

simpleonline12

New member
Sep 29, 2009
191
3
0
I'm new to MySQL databases and pretty good with VB.NET. I have a hosting account with Hostgator and I'm in need to create an online database that would store my customers information whenever they fill my forms.

I have the database setup on the Hosting account but my issue is the interface....do I need to build a web application to linkup the database to the forms or can something like Dreamweaver handle this? so confused..thanks
 


Does your hosting support .NET?

Most cheap virtual hosting uses LAMP (Linux, Apache, MySQL, PHP) unless you specifically ask for windows servers (which support .NET web apps).

If your hosting only supports PHP, you'll probably need to write forms/DB calls using that.