Hello everyone!
I have a tiny problem with my data adapter. I have 1 data adapter where a have 6 select queries (dataadapter = new SqlDataAdapter("Select * from Comitet; Select * from Detinute; Select * from Caracteristici; Select * Participa; Select * from Conferinta; Select * from Institutie", connect);) I fill a data set. From one select that queries a table i want to generate rows in a combobox, but it does not work. When I have just 3 select queries in dataadapter it works. I tried with two dataadapters to fill the same dataset, no result, I tried to fill 2 dataset, the same.
I can t see what"s the problem. It should work, I don"t thing dataadapter or dataset has a limit of queries that can support.
*One more thing, I don"t have any data in those tables, just in Comitet, do you think that is a problem? But when i have just 3 queries, works.
(if you need the code please tell me, but i don"t think it"s relevant).
Thanks!
I have a tiny problem with my data adapter. I have 1 data adapter where a have 6 select queries (dataadapter = new SqlDataAdapter("Select * from Comitet; Select * from Detinute; Select * from Caracteristici; Select * Participa; Select * from Conferinta; Select * from Institutie", connect);) I fill a data set. From one select that queries a table i want to generate rows in a combobox, but it does not work. When I have just 3 select queries in dataadapter it works. I tried with two dataadapters to fill the same dataset, no result, I tried to fill 2 dataset, the same.
I can t see what"s the problem. It should work, I don"t thing dataadapter or dataset has a limit of queries that can support.
*One more thing, I don"t have any data in those tables, just in Comitet, do you think that is a problem? But when i have just 3 queries, works.
(if you need the code please tell me, but i don"t think it"s relevant).
Thanks!