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!e65g2000hsc.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 14:32:43 -0700 Organization: http://groups.google.com Message-ID: <1175635963.562228.146360@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> <1175595945.4684.2.camel@localhost> NNTP-Posting-Host: 139.78.128.110 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1175635965 1551 127.0.0.1 (3 Apr 2007 21:32:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 3 Apr 2007 21:32:45 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: e65g2000hsc.googlegroups.com; posting-host=139.78.128.110; posting-account=Kq9unQ0AAADh_grEViI3JGqegXKDDjxt Xref: g2news1.google.com comp.lang.ada:14770 Date: 2007-04-03T14:32:43-07:00 List-Id: Yeah, I DEFINITELY need some testers!! I forgot to enclose the string compare with a call to upper. ;-) You can use 1/0 for true/false you can use TRUE or FALSE also but not True, true, tRue, trUe, ... and not False, fAlse, faLse, ... On Apr 3, 2:43 pm, Simon Wright wrote: > Georg Bauhaus writes: > > 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".) > > $ ./dbprog > [...]>>c > [...] > >>y > [...] > >>y > [...] > >>y > [...] > >>y > > --------------------------------------------------- > Type one of the following at the prompt: > > ~ QUIT > 1 INSERT DATA > 2 UPDATE DATA > 3 DELETE DATA > 4 SHOW RECORDS > For help type 'help' > --------------------------------------------------- > >>1 > > Enter the table name in CAPITAL letters >>T1 > Enter a value for mine(BOOLEAN) >>false > Segmentation fault > > (Andrew, I hope you won't take it wrong if I say that you've spent > quite a bit of effort making a UI that's rather difficult to use :-)