1. RE: EDS Browser (Matt)
- Posted by jondolar <lavigne.s at videotron.ca> Oct 13, 2003
- 502 views
C. K. Lester wrote: > > > Was just going to check out the new stuff and loaded up sql.edb. When I > clicked on the first table ("Archive"), I got this error: > > C:\apps\euphoria\edb_browser\eusql.e:1742 in function flat_record() > subscript value 14 is out of bounds, reading from a sequence of length > 13 > > It doesn't occur for the other tables. Hi Also trying to use today's latest incarnation of EDB and EUsql, I got the following error message C:\EUPHORIA\Edb\edbform.ew:325 pretty_source has not been declared source = sprintf("%s( %d, %d, %s)",{ fname, self, event, pretty_source(params)}) Any idea whats wrong? Thanks and regards Serge Lavigne
2. RE: EDS Browser (Matt)
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 13, 2003
- 479 views
Hmm. Looks like the index got corrupted. I'll post a good db tomorrow (or you can use one that came with a previous version). Matt C. K. Lester wrote: > > > Was just going to check out the new stuff and loaded up sql.edb. When I > clicked on the first table ("Archive"), I got this error: > > C:\apps\euphoria\edb_browser\eusql.e:1742 in function flat_record() > subscript value 14 is out of bounds, reading from a sequence of length > 13 > > It doesn't occur for the other tables. > >
3. RE: EDS Browser (Matt)
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 14, 2003
- 509 views
> From: jondolar [mailto:lavigne.s at videotron.ca] > > Also trying to use today's latest incarnation of EDB and EUsql, I got > the following error message > > C:\EUPHORIA\Edb\edbform.ew:325 > pretty_source has not been declared > source = sprintf("%s( %d, %d, %s)",{ fname, self, event, > pretty_source(params)}) > > Any idea whats wrong? > No. pretty_source() is declared in sprint.e, which is included in the zip file. Matt Lewis
4. RE: EDS Browser (Matt)
- Posted by jondolar <lavigne.s at videotron.ca> Oct 14, 2003
- 511 views
Matt Lewis wrote: > > > > From: jondolar [mailto:lavigne.s at videotron.ca] > > > > Also trying to use today's latest incarnation of EDB and EUsql, I got > > the following error message > > > > C:\EUPHORIA\Edb\edbform.ew:325 > > pretty_source has not been declared > > source = sprintf("%s( %d, %d, %s)",{ fname, self, event, > > pretty_source(params)}) > > > > Any idea whats wrong? > > > > No. pretty_source() is declared in sprint.e, which is included in the > zip > file. > > Matt Lewis > HI Matt I downloaded EDB again but this time from your site and it works. I wonder if RDS copy is corrupted? Regards Serge Lavigne
5. RE: EDS Browser (Matt)
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Oct 14, 2003
- 489 views
> From: jondolar [mailto:lavigne.s at videotron.ca] > > I downloaded EDB again but this time from your site and it works. I > wonder if RDS copy is corrupted? It shouldn't be, except for the sql.edb file, but I've uploaded a fix, so whenever the user contributions page gets refreshed, it'll be there (as you noted, it's already fixed at my site). Matt Lewis