Trying to use this converter https://www.rebasedata.com/convert-paradox-to-mysql-online But the problem is that I have a Borland Paradox 5 database, which has 745 files and 176 DBS, and I exceed query length limits running this java applet.
I tried using a batch-file;
java -jar "%~dp0\client-0.0.5.jar" convert --output-format=mysql "%~dp0ABALANS.DB" "%~dp0ABALANS.PX" "%~dp0ABALANS.YG0" "%~dp0ABALANS.XG0" ... Output/
but all exceed query limits.
So my questions is:
- Are there ways to bypass query length limits using a batch-file?
- Are there ways to set a folder in this applet to automatically collect all files inside?
- Are there ways to change java code to set folder in this applet to automatically collect all files inside?