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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!newsfeed.xs3.de!io.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: libgnadeodbc Date: Tue, 10 Apr 2018 16:54:33 -0500 Organization: JSA Research & Innovation Message-ID: References: <69b9d281-0697-452e-a5a5-475257c1435d@googlegroups.com> Injection-Date: Tue, 10 Apr 2018 21:54:34 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="15697"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader02.eternal-september.org comp.lang.ada:51433 Date: 2018-04-10T16:54:33-05:00 List-Id: "Dmitry A. Kazakov" wrote in message news:pahpof$1d9l$1@gioia.aioe.org... > On 10/04/2018 06:08, Stephen Leake wrote: > >> I use the sqlite variant, but they also support others. > > SQLite is a single-file DB. It has a totally different purpose than DBMS > "proper", e.g. to be linked statically to an application in order to keep > some private persistent data. It wonders me why people keep on mentioning > it in the same row with MySQL, MS-SQL etc. Maybe because it is all most projects need, but clueless management has required a DBMS? So the programmers fake it by using SQLite and saying it is a DBMS? (Few problems really need a DBMS.) Randy.