Romote database .mdf string connection
-
Hi, I develop a csharp smart device application.I want now to connect to my romote databse .mdf(synchronous mode:connected mode).So i want to migrate my application to a real time application.When I try to add my romote database as an exiting item,the system doesn't let me to do that. Also when i try to change my string connection from:
string wCS = @"Data Source =\Storage Card\ModeDifféré\BaseGmaoLocale.sdf;";
to:
string wCS = @"Data Source =\Storage Card\BaseGmaoDOTNET;";
when running,it tells me that there is an error in the database path what is the problem?? thanks for u help :)
-
Hi, I develop a csharp smart device application.I want now to connect to my romote databse .mdf(synchronous mode:connected mode).So i want to migrate my application to a real time application.When I try to add my romote database as an exiting item,the system doesn't let me to do that. Also when i try to change my string connection from:
string wCS = @"Data Source =\Storage Card\ModeDifféré\BaseGmaoLocale.sdf;";
to:
string wCS = @"Data Source =\Storage Card\BaseGmaoDOTNET;";
when running,it tells me that there is an error in the database path what is the problem?? thanks for u help :)
You asked this question below. Please just post there and see if you can get clarifications instead of starting a new thread.
If I have accidentally said something witty, smart, or correct, it is purely by mistake and I apologize for it.