S
sats2059
Hey Everybody,
I am running a C#code that creates a database called Mobile.sdf
SqlCeEngine engine = new SqlCeEngine ("Data Source = Mobile.sdf");
engine.CreateDatabase ();
Now I am not able to locate the actual database on my PC. Where will
this be stored?
Thanks
Sats
I am running a C#code that creates a database called Mobile.sdf
SqlCeEngine engine = new SqlCeEngine ("Data Source = Mobile.sdf");
engine.CreateDatabase ();
Now I am not able to locate the actual database on my PC. Where will
this be stored?
Thanks
Sats