Re: [Pxlib-devel] Commercial license
Brought to you by:
steinm
From: Kenneth P. <sh...@se...> - 2013-01-25 19:41:17
|
--On Thursday, November 08, 2012 9:59 AM +0000 Edwin Langley <ed...@bs...> wrote: > We have a project in which our customer requires an application which can > open their legacy Paradox DB files. They may be happy enough if the > application has a GPL license. If not, can you tell me how much it would > cost to acquire a non-GPL license to use the library? The application is > rather niche and would be used by a small number (Say, 100 or so?) of > direct consumers of our customers equipment. My approach is to copy the raw DB files (rsync via cron) and use the pxlib utilities and a Perl script to fix up the result to import them into MySQL. All new code (written as a LAMP app) accesses the MySQL tables. At present the new code is query-only so I don't need to push anything back into the Paradox tables. If I needed that, I'd probably set up the Paradox web server to accept the data via HTTP from the LAMP app. |