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=myUsername;Pwd=myPassword;
so actually the server is localhost, database name is customers(or watever!), and uid=root and pwd is *****
so everything works fine...now this program is something which i need to run on other computers as well....so do i have to install mySQL server to each and every computer that i need to run this software? cant i get a single database like MS SQL Server ?? .mdf or .sdf??? Plz help me!
and if possible please tell me or post a website which can help me deploy the database to another computer to use.
This is a project which i need to submit to my university
so plz tell me what i files i need to burn on to the CD that im submitting and any special instructions that i should include in the CD to run the project
Thanx loadz in advance
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
so actually the server is localhost, database name is customers(or watever!), and uid=root and pwd is *****
so everything works fine...now this program is something which i need to run on other computers as well....so do i have to install mySQL server to each and every computer that i need to run this software? cant i get a single database like MS SQL Server ?? .mdf or .sdf??? Plz help me!
and if possible please tell me or post a website which can help me deploy the database to another computer to use. This is a project which i need to submit to my university
so plz tell me what i files i need to burn on to the CD that im submitting and any special instructions that i should include in the CD to run the project
Thanx loadz in advance

.... jst replace localhost to your server machine ip