From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ade59281d0eea302 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!n76g2000hsh.googlegroups.com!not-for-mail From: "andrew.carroll@okstate.edu" Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW Date: 3 Apr 2007 10:07:47 -0700 Organization: http://groups.google.com Message-ID: <1175620067.660735.319240@n76g2000hsh.googlegroups.com> References: <1175494388.509572.267790@l77g2000hsb.googlegroups.com> <1175523110.139336.101840@b75g2000hsg.googlegroups.com> <1175539382.899135.46590@p15g2000hsd.googlegroups.com> <1175550519.5750.11.camel@localhost.localdomain> <1175550021.346718.245800@e65g2000hsc.googlegroups.com> <1175595945.4684.2.camel@localhost> NNTP-Posting-Host: 74.195.245.232 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1175620069 25815 127.0.0.1 (3 Apr 2007 17:07:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 3 Apr 2007 17:07:49 +0000 (UTC) In-Reply-To: <1175595945.4684.2.camel@localhost> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n76g2000hsh.googlegroups.com; posting-host=74.195.245.232; posting-account=Kq9unQ0AAADh_grEViI3JGqegXKDDjxt Xref: g2news1.google.com comp.lang.ada:14768 Date: 2007-04-03T10:07:47-07:00 List-Id: :-) Okay, try a lower case 'c' instead of upper case 'C'. On Apr 3, 5:25 am, Georg Bauhaus wrote: > On Mon, 2007-04-02 at 14:40 -0700, andrew.carr...@okstate.edu wrote: > > I should say that I am developing on a Windows box. > > Did you make a file called tables.txt? Is it in the same directory as > > the executable? > > Yes. I used the lines from the tail of your posting as > advice and created the file. > (While the advice talks about about both "table.txt" and > "tables.txt", I tried with and without "tables.txt".) > > > > > > > Does it have the following lines in it: > > > T1( > > mine(PRIMARY KEY):BOOLEAN > > ); > > > T3( > > ID(PRIMARY KEY):INTEGER > > ); > > > T2( > > DATA(PRIMARY KEY):STRING(15) > > ); > > > T4( > > II(PRIMARY KEY):DATE > > );- Hide quoted text - > > - Show quoted text -