Database Validation
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I created a project in c#.net using MySql as database. I created a setup and installed it into another client machine but at the time of installation i need to check whether MySql database exist in the client machine.Is this possible in C#.net? Plz Help Me Thanks in Advance Smithakrishnan
-
Hi, I created a project in c#.net using MySql as database. I created a setup and installed it into another client machine but at the time of installation i need to check whether MySql database exist in the client machine.Is this possible in C#.net? Plz Help Me Thanks in Advance Smithakrishnan
connect the database , it will throw the exception, from the exception you can easily find, the database is not found!.