我正在使用没有 GUI 的摩托罗拉设备 xr480。
当我尝试访问设备中的 .sdf 文件时,使用以下代码出现上述错误:
string Connection_String = @"Data Source=Application\RFID_FR_Data.sdf;Persist Security Info=False";
SqlCeConnection cn = new SqlCeConnection(Connection_String);
请指导我解决问题。
我正在使用没有 GUI 的摩托罗拉设备 xr480。
当我尝试访问设备中的 .sdf 文件时,使用以下代码出现上述错误:
string Connection_String = @"Data Source=Application\RFID_FR_Data.sdf;Persist Security Info=False";
SqlCeConnection cn = new SqlCeConnection(Connection_String);
请指导我解决问题。