Hello to all.
There is a DB, from it I need to get a row that is in the Avto table, the name of the AvtoBazar database. Manage SQL Server CE database. Connect to the database via
SqlCeConnection sqlCE = new SqlCeConnection(@"Data Source=C:\DB\AvtoBazar.sdf;"); passes successfully. But there is a string variable in the code that you need to assign a specific value from the Avto table from the NameAvto field. Well, or at least get a collection of values with strings from NameAvto. However, the mind is not enough to understand how to do it. Tell me, please, on the simplest example. Thank.