I've fed editable wxGrids with several different data sources.  The
principle would be the same with SQLite as with any other.  You get the
most control by using the two-layer approach of deriving from
wxGridTableBase.  When editing moves to another row you write your
updates/new record.

Clay


sqlfan wrote:
>
> has anyone fed an editable wxgrid with sqlite?
> --
> View this message in context:
> http://www.nabble.com/wxgrid-fed-with-sqlite-tp14790059p14790059.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
>
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
>
>


-- 
Lazarus Registration
http://www.lazarusid.com/registration.shtml


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to