0
votes
votes
2 answers
SqlCeConnection Unspecified error
Hi, i have a problem with this connection: [code] SqlCeConnection conn = new SqlCeConnection(@"Data Source =/Program Files/fashionDB.sdf; Password ='xyz'"); conn.Open(); SqlCeCommand cmd = conn.CreateCommand(); ...
