Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread R.A. Nagy
Most people seem to prefer black these days, but white is cooler. Reflects, rather than absorbs, heat. Of course, if you live up north that might be a bad thing. Here in the south, all is well... On Mon, Jun 13, 2016 at 9:31 AM, Chris Locke wrote: > Great analogy.

Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread Chris Locke
Great analogy. PS: What colour seat covers should I be using if I have a Ford? On Mon, Jun 13, 2016 at 2:11 PM, jumper wrote: > Thank you for the advice/information. I just solved the issue about a > minute ago. How can I stop getting new replies? > > > On 6/13/2016 8:08 AM,

Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread R Smith
On 2016/06/13 3:09 PM, jumper wrote: I just solved it only seconds ago. Can't believe it after all this time. How do I stop getting messages now that I have it working? Have you read this e-mail all the way to the bottom? :) ___ sqlite-users

Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread jumper
Thank you for the advice/information. I just solved the issue about a minute ago. How can I stop getting new replies? On 6/13/2016 8:08 AM, R Smith wrote: On 2016/06/13 2:48 PM, jumper wrote: New to SQLite and DataGrids. I need to know how to get an adapter, table and dataset when app

Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread jumper
I just solved it only seconds ago. Can't believe it after all this time. How do I stop getting messages now that I have it working? thank you so much. On 6/13/2016 8:04 AM, Chris Brody wrote: I wonder if the answers following link could help you:

Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread R Smith
On 2016/06/13 2:48 PM, jumper wrote: New to SQLite and DataGrids. I need to know how to get an adapter, table and dataset when app first comes up. Then when someone updates the DataGrid I need to save the changes to the database. I've been working on this for days and can't do it. Could

Re: [sqlite] Update DataGrid and Save to database

2016-06-13 Thread Chris Brody
I wonder if the answers following link could help you: http://stackoverflow.com/questions/19617368/sqlite-database-and-datagrid I found this by a quick Google search. For the future please explain the context, show that you have done some basic research, show what you have found, and show

[sqlite] Update DataGrid and Save to database

2016-06-13 Thread jumper
New to SQLite and DataGrids. I need to know how to get an adapter, table and dataset when app first comes up. Then when someone updates the DataGrid I need to save the changes to the database. I've been working on this for days and can't do it. Could someone please post the code for how to do