Re: is there an easy way to create a database on the fly and let the user input values

2006-10-13 Thread Peter Decker
On 12 Oct 2006 15:50:16 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > dabo looks intresting but I am just looking for the simplist way and > having to load from thier thing just complicates stuff. I could > probily just use wx.grid but examples are scarce, I have seen some > simple dbm st

Re: is there an easy way to create a database on the fly and let the user input values

2006-10-13 Thread dwelch91
[EMAIL PROTECTED] wrote: > I don't realy care what database I use wx.grid or whatever. I > wan't it to look at a line > > 128 9023 23428 exc and create the database or pick something out of the > file as some sort of a descrition line and then display and allow the > user to change and add

Re: is there an easy way to create a database on the fly and let the user input values

2006-10-12 Thread [EMAIL PROTECTED]
Chris Lambacher wrote: > I've heard good things about Dabo: http://dabodev.com/ > On Wed, Oct 11, 2006 at 09:44:37PM -0700, [EMAIL PROTECTED] wrote: > > I don't realy care what database I use wx.grid or whatever. I > > wan't it to look at a line > > > > 128 9023 23428 exc and create the data

Re: is there an easy way to create a database on the fly and let the user input values

2006-10-12 Thread Chris Lambacher
I've heard good things about Dabo: http://dabodev.com/ On Wed, Oct 11, 2006 at 09:44:37PM -0700, [EMAIL PROTECTED] wrote: > I don't realy care what database I use wx.grid or whatever. I > wan't it to look at a line > > 128 9023 23428 exc and create the database or pick something out of the >

Re: is there an easy way to create a database on the fly and let the user input values

2006-10-12 Thread Bruno Desthuilliers
[EMAIL PROTECTED] wrote: > I don't realy care what database I use wx.grid or whatever. I > wan't it to look at a line > > 128 9023 23428 exc and create the database or pick something out of the > file as some sort of a descrition line and then display and allow the > user to change and add

is there an easy way to create a database on the fly and let the user input values

2006-10-11 Thread [EMAIL PROTECTED]
I don't realy care what database I use wx.grid or whatever. I wan't it to look at a line 128 9023 23428 exc and create the database or pick something out of the file as some sort of a descrition line and then display and allow the user to change and add new lines. What is the easiest set o