From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mta11.charter.net (mta11.charter.net [216.33.127.80]) by speech.braille.uwo.ca (Postfix) with ESMTP id 1D9F310D2F for ; Fri, 23 Oct 2009 12:16:52 -0400 (EDT) Received: from imp11 ([10.20.200.11]) by mta11.charter.net (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091023161637.ILVT27604.mta11.charter.net@imp11> for ; Fri, 23 Oct 2009 12:16:37 -0400 Received: from h14me.homelinux.net ([71.88.38.128]) by imp11 with smtp.charter.net id wGGd1c0012lthGv05GGdlx; Fri, 23 Oct 2009 12:16:37 -0400 X-Authority-Analysis: v=1.0 c=1 a=3EAWN9ttAAAA:8 a=zI4zH-rcw04zy71TRmwA:9 a=nsfHh1FOuzM2t5y5WKIA:7 a=9Kg3lsEQy8hMrAVBR0TBelUpup4A:4 Received: from h14me.homelinux.net (localhost [127.0.0.1]) by h14me.homelinux.net (8.13.4/8.12.11) with ESMTP id n9NGGaNW022981 for ; Fri, 23 Oct 2009 12:16:36 -0400 Received: (from alex_snow@localhost) by h14me.homelinux.net (8.13.4/8.12.10/Submit) id n9NGGaSw022980 for speakup@braille.uwo.ca; Fri, 23 Oct 2009 12:16:36 -0400 Date: Fri, 23 Oct 2009 12:16:36 -0400 From: Alex Snow To: "Speakup is a screen review system for Linux." Subject: Re: Database software Message-ID: <20091023161636.GC22941@gmx.net> References: <20091023135626.GA4007@Betsy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091023135626.GA4007@Betsy> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: ClamAV 0.94.2/9930/Thu Oct 22 22:00:24 2009 on h14me.homelinux.net X-Virus-Status: Clean X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2009 16:16:52 -0000 What about the mysql command-line client, called "mysql"? On Fri, Oct 23, 2009 at 03:56:26AM -1000, David Sexton wrote: > Hi, I am looking for database software that will let me create, > edit, and view mysql > databases. > Any out there that work especially well with speakup? > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup -- quit When the quit statement is read, the bc processor is terminated, regardless of where the quit state- ment is found. For example, "if (0 == 1) quit" will cause bc to terminate. -- seen in the manpage for "bc". Note the "if" statement's logic