V
vitagoni
I have one table where some service data stores.
Service data is just one row with some parameters.
Only one parameters row in that service table.
Is it possible to fetch that row's data, update data?
I was using SQL servers before, and what I'd like to have is something like:
"select * from that_table" then get from Row's Cells Collection each value,
and later to be able to update that data.
(sorry for redundant explanation).
I'm using BindingSource to my project... and don't understand ho to select,
update data..?????
Any idea, please, help!!!!!!!
Service data is just one row with some parameters.
Only one parameters row in that service table.
Is it possible to fetch that row's data, update data?
I was using SQL servers before, and what I'd like to have is something like:
"select * from that_table" then get from Row's Cells Collection each value,
and later to be able to update that data.
(sorry for redundant explanation).
I'm using BindingSource to my project... and don't understand ho to select,
update data..?????
Any idea, please, help!!!!!!!