...without filter. I used dataset and dataadapter and relations but I dont know where should I put WHERE clause.
in my dataadapter i have (select * from country)for every of them
in relation: ds.Relations.Add("country_id", ds.Tables!country.Columns!country_id, ds.Tables!city.Columns!country_id)...