BindingSource

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!!!!!!!
 
V

vitagoni

The problem was, that I'm using MS Access table in my project.
When I created that table in MS Access, the row with 0 int values was shown.
I expected that that row was already in that table, but it wasn't.
MS Access shows always int value '0' for first row (actually it is not row)
with only integer type columns, but that row is not a data row, suppose that
as MS Access GUI bug.
I needed to add a row with the same zero values manually)))) then I could
make a select() with that DataTable...
3 hours lost. (((
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top