Suqcess 2.05 Database
Posted: Wed Feb 01, 2017 10:48 am
Hi.
Is this software commercial ? Or is freeware?
Thanks !
M.
Is this software commercial ? Or is freeware?
Thanks !
M.
RIP Sir Clive Sinclair 1940 - 2021
https://theqlforum.com/
Done, thanks RWAP.RWAP wrote:It appears that the earlier v1.20 was released as freeware - http://members.upc.nl/b.spelten/ql/suqcess1.html
(Dilwyn - this can presumably be added to the QL Homepage now)
Hi All,genetika wrote:Hi.
Is this software commercial ? Or is freeware?
Thanks ! M.
I do not speak SQL so cannot answer this question.ql_freak wrote:Does Suqcess or better DBas (which seems to be the underlying Database) allow (outer) joins as in a SQL-RDBMS? Like e. g.
SELECT * FROM weather LEFT OUTER JOIN cities ON (weather.city = cities.name);
in SQL? This is IMHO the most missing facility in "old" databases like dBase or Archive.
No, DBAS don't use SQL and is not a database, is a storage engine.ql_freak wrote:Does Suqcess or better DBas (which seems to be the underlying Database) allow (outer) joins as in a SQL-RDBMS? Like e. g.
SELECT * FROM weather LEFT OUTER JOIN cities ON (weather.city = cities.name);
in SQL? This is IMHO the most missing facility in "old" databases like dBase or Archive.
I know, but joining tables does not mean, that SQL must be supported. Joining means, that you can make a query over more than one table. That has nothing to do with SQL.Giorgio Garabello wrote:No, DBAS don't use SQL and is not a database, is a storage engine.ql_freak wrote:Does Suqcess or better DBas (which seems to be the underlying Database) allow (outer) joins as in a SQL-RDBMS? Like e. g.
SELECT * FROM weather LEFT OUTER JOIN cities ON (weather.city = cities.name);
in SQL? This is IMHO the most missing facility in "old" databases like dBase or Archive.
Giorgio