blah blah blah is here! blah blah » Close

0
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(); ...

Feedback