Questions tagged [paradox]

Paradox was created by Borland, as an integrated database management system and application development language for desktops and servers. It ran originally under DOS and later under Windows. It is a file based database system with each table in a separate file or files. Paradox for DOS had a built-in scripting language known as PAL, and used tables through version 4.5. Paradox for Windows was a Windows application that included event processing.

Paradox was created by Ansa/Borland, as an integrated database management system and application development language for desktops and servers. It ran originally under DOS and later under Windows. It is a file based database system with each table in a separate file or files. Paradox for DOS had a built-in scripting language known as PAL, and used tables through version 4.5.

Paradox for Windows is a Windows application that includes event processing. The database system is included in Word Perfect Office X8.

179 questions
0
votes
1 answer

Link reports to Java? or Find means to apply BOLD format within Paradox 4.5?

I need to read reports in Java from Paradox but I don't know how to do this. Can reports be imported through netbeans using a working driver? I have linked tables to Java but not the reports. I need to apply some Rich Text (ie. making a sentence…
plasmadude09
0
votes
1 answer

Can Paradox 4.5 be set up on a server?

I have established a link using Netbeans and Paradox driver and can query the database. Can Paradox 4.5 (Borland) be set up on a server so that the database can be queried remotely? Please point me in the right direction. Thanks!
CGF
  • 313
  • 3
  • 5
  • 15
0
votes
1 answer

Paradox to MySQL on Mac

Is there an app for this on mac?
jaycode
  • 2,926
  • 5
  • 35
  • 71
0
votes
0 answers

How import data from Paradox .DB file to R?

How to import data from Paradox .DB file to R? The question seems simple but I could not find an answer to it. I will be grateful for any tip.
makbuk
  • 133
  • 1
  • 11
0
votes
3 answers

Laravel 5.4 If statement doesn't work in __construct()

Basically this is my __construct of my controller. When non-logged user try go access routes in this controller he is basically redirected to login route. So far so good - if condition is working, redirect is working, route is working. So next I try…
0
votes
2 answers

Unable to insert row to a table using OleDBAdapter

OleDbConnection _connection = new OleDbConnection(); StringBuilder ConnectionString = new StringBuilder(""); ConnectionString.Append(@"Provider=Microsoft.Jet.OLEDB.4.0;"); ConnectionString.Append(@"Extended Properties=Paradox…
Bjorkson
  • 601
  • 2
  • 8
  • 12
0
votes
0 answers

How can I use one query with more then one table and one dbgrid

I have delphi xe7 and using paradox tables with BDE. Actually, I have more then one database and I'am trying to use one query and one dbgrid for showing the result 1st database in C:\GEST_AP\Base de données\1\beneficiaire 2nd database in…
0
votes
2 answers

Access linked server from linked server directly

I have two SQL Server instances: SQLSERVER64 SQLSERVER32 In SQLSERVER32, I have a linked server to a Paradox database called ParadoxDBLinkedServer. To access some of the Paradox tables in the server I just execute the following statement: SELECT…
Andres
  • 2,729
  • 5
  • 29
  • 60
0
votes
0 answers

Install paradox php extension

I have tried to install the paradox extension for PHP http://php.net/manual/en/paradox.installation.php But I get the following error message ubuntu@ip-172-31-45-59:/opt/install/paradox-1.4.3$ sudo pecl install paradox downloading paradox-1.4.3.tgz…
0
votes
1 answer

Error: 536 Error in File Unable to connect: incorrect log on parameters

I am getting the above error on a client's machine when executing the following code for i := 0 to crpe.Subreports.Count - 1 do for j:=0 to crpe.Subreports[i].Tables.Count - 1 do crpe.Subreports[i].Tables[j].Path := path; …
jose alsina
  • 1
  • 1
  • 1
0
votes
1 answer

Delphi Dbgrid delete a record

I have a multiple tabsheet. Each tabsheet in my PageControl that contain an Dbgrid with some button to manipulate this dbgrid. Sometimes, when i click on button remove, my DBGrid not change. After delete, i see my value in my DBgrid. If…
userPro
  • 59
  • 4
  • 12
0
votes
0 answers

Understanding byte structure of rich text blob in a Paradox database

I'm trying to extract data from a dump of a Paradox database. It contains two fields with rich text stored as a binary blob that I'm having troubles decoding. In the middle of the blob there is the plain text, but it is surrounded by two blocks of…
elpres
  • 416
  • 5
  • 12
0
votes
2 answers

Birthday paradox

I want to simulate the birthday paradox in java. For some reason my output(probability) keeps getting very close to 1 e.g. simulation(10)->0,9268. In start you can see the probabilities my simulations should be close to. I have been looking for a…
Marnix
  • 3
  • 3
0
votes
0 answers

C# and Paradox database

I have to develop software in C # that needs to read (read only) data from other software. The other software (I will call K.) uses Paradox for its databases. So I have a folder with .DB files (eg ARTICLE.DB), but also .PX, .YG0 / YG1 / YG2 and .XG0…
BlackAlpha
  • 376
  • 1
  • 5
  • 15
0
votes
2 answers

InstallAware 9 problem with Paradox DB and Delphi 2009

My project is on Delphi 2009, Paradox DB and Google Maps. The code is OK and the time right now is to build the project. This is the first time to do it. As I know there are two programs to create the setup file; InstallShield or InstallAware. Via…
asilloo
  • 63
  • 5