how to handle License for MySQL, PostgreSQL & Co ?

Post Reply
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

how to handle License for MySQL, PostgreSQL & Co ?

Post by Jimmy »

hi,

if we use MySQL or PostgreSQL we must buy a License, but "where" to buy and how much does it cost :?:
greeting,
Jimmy
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

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

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

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

Post 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
greeting,
Jimmy
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

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

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
richard-service
Posts: 804
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

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

Post 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.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
Jimmy
Posts: 1733
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

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

Post 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
greeting,
Jimmy
User avatar
Marc Venken
Posts: 1481
Joined: Tue Jun 14, 2016 7:51 am
Location: Belgium

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

Post 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
Marc Venken
Using: FWH 23.08 with Harbour
User avatar
Baxajaun
Posts: 968
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

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

Post by Baxajaun »

Hi Marc!

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

Regards,
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

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

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
carlos vargas
Posts: 1721
Joined: Tue Oct 11, 2005 5:01 pm
Location: Nicaragua

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

Post by carlos vargas »

Use mariadb not MySQL.
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
Post Reply