RE: Euphoria Database Browser
- Posted by Jonas Temple <jtemple at yhti.net> Apr 14, 2003
- 647 views
Matt, Just downloaded the update. I added some nested sequence fields to an existing database (i.e. - name.last, name.first, name.middle), change the text in new columns on the data tab and when I clicked "Save" I got the following error: C:\EuTools\eusql\edbs.exw:11703 in procedure do_eusql_update() subscript value 1 is out of bounds, reading from a sequence of length 0 ... called from C:\EuTools\eusql\edbs.exw:11788 in procedure do_select_cell() ... called from C:\EuTools\eusql\edbs.exw:11874 in procedure save_record_proc() ... called from C:\EuTools\eusql\edbs.exw:8685 in function event_handler() ^^^ call-back from Windows ... called from C:\EuTools\eusql\edbs.exw:8135 in procedure call_thiscall_proc() ... called from C:\EuTools\eusql\edbs.exw:8140 in function call_thiscall() ... called from C:\EuTools\eusql\edbs.exw:8185 in function call_member() ... called from C:\EuTools\eusql\edbs.exw:8936 in procedure wxMain() ... called from C:\EuTools\eusql\edbs.exw:13190 --> see ex.err Press Enter... I can send you the .edb file too, if that helps. Jonas Matt Lewis wrote: > > OK, I'm now declaring it to be in Beta release. I believe I've > addressed all the issues that Jonas brought up (except for the strange > crashes on exit, since I haven't been able to duplicate them). I've > also added everything that I wanted to add. I haven't heard anything > from anyone else regarding EDB, but I'd be happy to know about any > problems or requests. > > EDB will now import/export using tab delimited text files. It will also > > export tables and the results of queries to other EDS databases. > > Also included in the zip is my working (unreleased v0.74) version of > EuSQL, which includes some bug fixes and an updated help file. > > Matt Lewis > http://www14.brinkster.com/matthewlewis/projects.html > >