I have developed an application using Visual Basic .NET 2008 which uses a MySQL Database. The connection string i use is something like
Server=myServerAddress;Database=myDataBase;Uid=myU sername;Pwd=myPassword;
so actually the server is localhost, database name is customers(or watever!), and...