111,129
社区成员
发帖
与我相关
我的任务
分享<add name="mStoreCheckPointTableUnit.Properties.Settings.MyDatabaseConnectionString"
connectionString="Data Source='Mobile Device\isabella\MyDatabase.sdf';Password=#tomopo.com;Persist Security Info=True"
providerName="Microsoft.SqlServerCe.Client.3.5" />
if(File.Exists(@"'Mobile Device\isabella\MyDatabase.sdf'"))
MessageBox.Show(@"Mobile Device\isabella\MyDatabase.sdf");
else if (File.Exists(@"移动设备\isabella\MyDatabase.sdf"))
{
MessageBox.Show(@"移动设备\isabella\MyDatabase.sdf");
}
else
{
MessageBox.Show("都找不到");
}