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!news1.google.com!news.germany.com!newsfeed.utanet.at!newsfeed01.chello.at!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: STORAGE_ERROR : EXCEPTION_STACK_OVERFLOW From: Georg Bauhaus In-Reply-To: <1175550021.346718.245800@e65g2000hsc.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> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1175595945.4684.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Tue, 03 Apr 2007 12:25:45 +0200 Organization: Arcor NNTP-Posting-Date: 03 Apr 2007 12:21:13 CEST NNTP-Posting-Host: 281a96cc.newsspool1.arcor-online.net X-Trace: DXC=CPd7G\RDPNJk:C4l9A;OcOic==]BZ:afN4Fo<]lROoRAFl8W>\BH3YBPhITQ6bA`3FN[W On Mon, 2007-04-02 at 14:40 -0700, andrew.carroll@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 > ); >