mgandha
04-02-2004, 09:04 AM
Im trying to implement a simple lending library interface. I have a database of my collection of items.
I have succesfully queried my access database and slap the data on a datagrid. Ok with this application, i have to be able to search, add, and make changes to the database through widgets and stuff. Is the dataset the best way or the datareader is better?
Also how do I call different statements to this dataset? for example view all items, view only books or music. and update the datagrid? Im asking for the dataset or adaptor code not the sql queries.
Im still pretty much confused about how the ADO.net works, if anyone can give me code examples or recommend me a good book which does extensive exmaples for datagrid , dataset, datareader stuff that would be great. Thanks.
:huh:
I have succesfully queried my access database and slap the data on a datagrid. Ok with this application, i have to be able to search, add, and make changes to the database through widgets and stuff. Is the dataset the best way or the datareader is better?
Also how do I call different statements to this dataset? for example view all items, view only books or music. and update the datagrid? Im asking for the dataset or adaptor code not the sql queries.
Im still pretty much confused about how the ADO.net works, if anyone can give me code examples or recommend me a good book which does extensive exmaples for datagrid , dataset, datareader stuff that would be great. Thanks.
:huh: