Page 1 of 1

how to handle License for MySQL, PostgreSQL & Co ?

Posted: Wed Jun 14, 2023 8:28 pm
by Jimmy
hi,

if we use MySQL or PostgreSQL we must buy a License, but "where" to buy and how much does it cost :?:

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Wed Jun 14, 2023 10:36 pm
by nageswaragunupudi
Both are free
We can download and install on any computer.

Though full versions are Microsoft SQL and Oracle are costly, we can freely download and install their Express Editions viz., SQLEXPRESS, Oracle Express, whose main limitation is Database Size (around 10/12 GB) which is more than enough for development as well as small businesses.

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Wed Jun 14, 2023 11:18 pm
by Jimmy
hi,

i´m asking while Alaska want to pay for PGDBE when use it :shock:
https://www.alaska-software.com/product ... t-list.cxp

it is new for me that a Company sell a Product and want to have Money, every Year, to use a "Wrapper" for a "Open-Source" Product

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Thu Jun 15, 2023 2:51 am
by nageswaragunupudi
ADO is free for all of us and we can work with any RDBMS.

In addition,
Harbour provides an excellent Library for working with PostGre. I think we should be able to use this library even with HMG.
For MySQL/MariaDB, we have FWH built-in library in addition to TDolphin and TMySql.
Most probably TDolphin and TMySql may work well with HMG also.

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Fri Jun 16, 2023 4:01 am
by richard-service
nageswaragunupudi wrote:ADO is free for all of us and we can work with any RDBMS.

In addition,
Harbour provides an excellent Library for working with PostGre. I think we should be able to use this library even with HMG.
For MySQL/MariaDB, we have FWH built-in library in addition to TDolphin and TMySql.
Most probably TDolphin and TMySql may work well with HMG also.
Mr.RAO

Yes, I agree with you.

Jimmy,

I use TMySQL and MySQL for my customers working fine.

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Fri Jun 16, 2023 3:19 pm
by Jimmy
hi,

thx for Answer

as i know MySQL is using GPL License, which means you need to purchase a commercial license to distribute proprietary code that uses those libraries.

PostgreSQL use MIT license, where you "only" must include MIT License TEXT with Copyright

---

the Question is "where" i have to "pay" for it to use "Wrapper" to connect to Backend
Alaska want me NOW to "buy" a License to use PGDBE which is Alaska Way to connect to Backend using ISAM Style

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Fri Jun 16, 2023 3:31 pm
by Marc Venken
Maybe this is not related, but can we also connect to
Pervasive PSQL V13 files ?

I want to import data into my dbf files (

Pervasive before was using BTrieve files (still do) but the old connection program is not working anymore

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Fri Jun 16, 2023 7:36 pm
by Baxajaun
Hi Marc!

Have you try https://www.connectionstrings.com/pervasive/ ?

Regards,

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Sun Jun 18, 2023 5:58 pm
by nageswaragunupudi
We can not distribute servers. (server software)
But we can distribute any application using ADO or Harbour or FWH libraries either for free or at cost without any licenses to work with any RDBMS/database installed or hired by the user.

Re: how to handle License for MySQL, PostgreSQL & Co ?

Posted: Sun Jun 18, 2023 10:10 pm
by carlos vargas
Use mariadb not MySQL.