RE: Euphoria Database Browser
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Apr 15, 2003
- 609 views
OK, I think I figured this out. It looks like I didn't update the eusql_datatype variable after making changes to the table. I found a similar feeling bug (although the actual cause is quite different) where if you create a db, then a table, then add some fields, database.e will crash. It was a EuSQL bug that could cause multiple copies of a database to be opened, and that caused problems when reading and writing to the file. I'll probably post a bug fix later today (for both issues). To work around the bug you found, click the cancel button after a save. This should make sure that everything is properly refreshed. As for the second, it is necessary to close EDB after creating a EuSQL database, then reopen it to work with it. Normal EDS files shouldn't be affected. Thanks for the input and testing! Matt Lewis > From: Jonas Temple [mailto:jtemple at yhti.net] > 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: <snipped>