how to handle License for MySQL, PostgreSQL & Co ?
how to handle License for MySQL, PostgreSQL & Co ?
hi,
if we use MySQL or PostgreSQL we must buy a License, but "where" to buy and how much does it cost
if we use MySQL or PostgreSQL we must buy a License, but "where" to buy and how much does it cost
greeting,
Jimmy
Jimmy
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: how to handle License for MySQL, PostgreSQL & Co ?
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.
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
G. N. Rao.
Hyderabad, India
Re: how to handle License for MySQL, PostgreSQL & Co ?
hi,
i´m asking while Alaska want to pay for PGDBE when use it
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
i´m asking while Alaska want to pay for PGDBE when use it
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
Jimmy
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: how to handle License for MySQL, PostgreSQL & Co ?
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.
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
G. N. Rao.
Hyderabad, India
- 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 ?
Mr.RAOnageswaragunupudi 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.
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
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
Re: how to handle License for MySQL, PostgreSQL & Co ?
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
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
Jimmy
- Marc Venken
- Posts: 1481
- Joined: Tue Jun 14, 2016 7:51 am
- Location: Belgium
Re: how to handle License for MySQL, PostgreSQL & Co ?
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
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
Using: FWH 23.08 with Harbour
- nageswaragunupudi
- Posts: 10691
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: how to handle License for MySQL, PostgreSQL & Co ?
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.
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
G. N. Rao.
Hyderabad, India
- carlos vargas
- Posts: 1721
- Joined: Tue Oct 11, 2005 5:01 pm
- Location: Nicaragua
Re: how to handle License for MySQL, PostgreSQL & Co ?
Use mariadb not MySQL.
Salu2
Carlos Vargas
Desde Managua, Nicaragua (CA)
Carlos Vargas
Desde Managua, Nicaragua (CA)