Re: [sqlite] sqlite gui app

2012-04-10 Thread Andrew Barnes
>>hello, I wana show my sqlite database in wxwidgets gui library,but I don't know how to do this. could you tell me any resource about this? thank you! have a look at http://wxcode.sourceforge.net/components/wxsqlite3/ google is your friend!

[sqlite] sqlite gui app

2012-04-10 Thread YAN HONG YE
hello, I wana show my sqlite database in wxwidgets gui library,but I don't know how to do this. could you tell me any resource about this? thank you! ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Best GUI Toolkit. Was: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread drh
FWIW, as all these emails were arriving I was busy working on an application for a customer that consists of 25K+ lines of Tcl/Tk plus some C extensions. The whole thing compiles into a standalone binary that is right at 4MiB. SQLite is used as the application file format. (That is to say, when

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
Rob Sciuk a écrit : On Wed, 18 Oct 2006, Rich Shepard wrote: Rob, And, ... there's pysqlite2 which is a teriffic implementation of the python database API. I'm using python, wxPython, and pysqlite2 in our approximate reasoning models. It's a nice system. Rich So many

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Rob Sciuk
On Wed, 18 Oct 2006, Rich Shepard wrote: > Rob, > >And, ... there's pysqlite2 which is a teriffic implementation of the > python database API. > >I'm using python, wxPython, and pysqlite2 in our approximate reasoning > models. It's a nice system. > > Rich So many scripting languages, and

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Rich Shepard
On Wed, 18 Oct 2006, Rob Sciuk wrote: Or that ... I imagine that the wxPython combination is more modern looking, given the native look and feel of the wxWidget set project, though I've not tried it yet. Hmmm ... note to self ... Rob, And, ... there's pysqlite2 which is a teriffic

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
Rich Shepard a écrit : On Wed, 18 Oct 2006, Rob Sciuk wrote: Interesting, but I'm wondering why not use the tcl/tk binding to simply generate the forms using the well crafted tcl binding which comes with the SQLite language? Tcl/TK is a very simple scripting language which is portable to

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Rob Sciuk
On Wed, 18 Oct 2006, Rich Shepard wrote: > On Wed, 18 Oct 2006, Rob Sciuk wrote: > > > Interesting, but I'm wondering why not use the tcl/tk binding to simply > > generate the forms using the well crafted tcl binding which comes with the > > SQLite language? Tcl/TK is a very simple scripting

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
<.02$> Interesting, but I'm wondering why not use the tcl/tk binding to simply generate the forms using the well crafted tcl binding which comes with the SQLite language? Tcl/TK is a very simple scripting language which is portable to all major platforms, has a very useful GUI widget set, and

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Rich Shepard
On Wed, 18 Oct 2006, Rob Sciuk wrote: Interesting, but I'm wondering why not use the tcl/tk binding to simply generate the forms using the well crafted tcl binding which comes with the SQLite language? Tcl/TK is a very simple scripting language which is portable to all major platforms, has a

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Rob Sciuk
On Wed, 18 Oct 2006, Noel Frankinet wrote: > Date: Wed, 18 Oct 2006 17:23:43 +0200 > From: Noel Frankinet <[EMAIL PROTECTED]> > Reply-To: sqlite-users@sqlite.org > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] SQLite GUI app that offers layouts > > Sorry, th

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
Sorry, the correct url is : http://www.gistek.net/gui.html -- Noël Frankinet Gistek Software SA http://www.gistek.net - To unsubscribe, send email to [EMAIL PROTECTED]

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread Noel Frankinet
COS a écrit : Hi Tom, - Original Message - From: "T" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Tuesday, October 17, 2006 9:47 PM Subject: [sqlite] SQLite GUI app that offers layouts Hi all, There seem to be several SQLite GUI apps around.

Re: [sqlite] SQLite GUI app that offers layouts

2006-10-18 Thread COS
Hi Tom, - Original Message - From: "T" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Tuesday, October 17, 2006 9:47 PM Subject: [sqlite] SQLite GUI app that offers layouts > Hi all, > > There seem to be several SQLite GUI apps around. But

[sqlite] SQLite GUI app that offers layouts

2006-10-17 Thread T
Hi all, There seem to be several SQLite GUI apps around. But I haven't seen any that offer building of layouts, ie positioning test frames for fields on a page for form data entry or printing. This feature is typical of proprietary apps such as FileMaker, AppleWorks, 4D etc. Anyone know