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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Jerry Coffin" Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: Teaching new tricks to an old dog (C++ -->Ada) Date: 9 Mar 2005 09:41:37 -0800 Organization: http://groups.google.com Message-ID: <1110390097.532139.43430@f14g2000cwb.googlegroups.com> References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <87is4598pm.fsf@insalien.org> <1110054476.533590@athnrd02> <1110059861.560004@athnrd02> <422b6d49.1141887367@news.xs4all.nl> <1110266099.441421.179290@o13g2000cwo.googlegroups.com> <1110332933.587110.260410@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 165.236.235.120 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110390101 7277 127.0.0.1 (9 Mar 2005 17:41:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 9 Mar 2005 17:41:41 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=165.236.235.120; posting-account=mZiOqwwAAAC5YZsJDHJLeReHGPXV5ENp Xref: g2news1.google.com comp.lang.ada:8956 comp.lang.c++:44822 comp.realtime:1145 comp.software-eng:4703 Date: 2005-03-09T09:41:37-08:00 List-Id: Martin Dowie wrote: [ ... ] > Hey! I did add a smiley! I just thought it was an opinion from a > reputable source that tied in with the post. :-) :-) Sorry -- I rarely add an explicit smiley. Regardless of how my messages might read, I rarely take much of it _terribly_ seriously. [ ... ] > Would I be allowed to use embedded SQL in the Ada code (GNADE)? Or a > binding to Postgres or MySQL (APQ) or similar (ODBC)? For the question at hand, I'd postulate that an embedded SQL implementation simply wouldn't do the job. Binding to MySQL or using ODBC would undoubtedly work, but using MySQL, Oracle, MS SQL Server, etc., puts us back in the situation where we basically just have SQL talking to a server written in C. Now, I have no problem with that at all -- but it certainly doesn't seem to be in keeping with what Richard was advocating. Then again, your headers indicate that you post with Mozilla Thunderbird running on Windows, connecting through BT Internet. What percentage of the millions of lines of code used to write and transmit your message do you suppose was written in Ada, and what percentage in C and C++? :-) Ada advocate: "The world WOULD be better if you used Ada." C++ advocate: "The world IS better because of the cool code I wrote." -- Later, Jerry. The universe is a figment of its own imagination.