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
12
votes
3 answers

Open paradox / borland database as single file

my question is: how to connect java tp paradox / borland database ".DB" single files? Here's what I have: So, it's Paradox 7 database files. I'm trying drivers: http://www.hxtt.com/paradox.html & https://code.google.com/archive/p/paradoxdriver/…
Alex Babak
  • 489
  • 3
  • 15
10
votes
7 answers

Reading Paradox Database files

I'm working with a client who has an existing system, built on what is apparently a Paradox database. I've got the database, in the form of a zip file containing .DB, .MB and .PX files, one for each table. I need to take (some) of this data and…
MattBelanger
  • 5,280
  • 6
  • 37
  • 34
8
votes
3 answers

Problem with Insert query to Paradox table using C#

I have Paradox 5.x tables I need to connect to in order to select and update. I am using OLEDBConnection. selecting from the tables I have no problem. while trying to insert into the tables I met a problem when I entered hardcoded the fields names I…
Bjorkson
  • 601
  • 2
  • 8
  • 12
8
votes
2 answers

Paradox database file

I found paradox database files with different extension. There are db file, mb file, dat file, px file, XG0 file, XG1 file, XG2 file, XG3 file, XG4 file, YG0 file, YG1 file, YG2 file, YG3 file and YG4 file. I already found way to open db file and px…
prem
  • 95
  • 1
  • 1
  • 5
7
votes
4 answers

Delphi: Paradox DB Field Name Issue (Spaces in field name)

I have a paradox table from a legacy system I need to run a single query on. The field names have spaces in them - i.e. "Street 1". When I try and formulate a query in delphi for only the "Street 1" field, I get an error - Invalid use of keyword.…
SatJoe
6
votes
3 answers

Uniform Distribution: Bug or Paradox

Imagine 10 cars randomly, uniformly distributed on a round track of length 1. If the positions are represented by a C double in the range [0,1> then they can be sorted and the gaps between the cars should be the position of the car in front minus…
APA
  • 61
  • 4
6
votes
4 answers

Delphi/Paradox Database desktop DBD32.exe settings for Windows 7

Does anyone have any suggestions on the compatibility setting on Windows 7 for the Delphi/Paradox Database desktop program so that it displays properly in Windows 7 (x64)? We've tried quite a few combinations of selections on the Compatibility tab…
Tom
  • 565
  • 1
  • 5
  • 21
5
votes
1 answer

Paradox DB SQL Multiple JOINS

I'm working on a legacy VB6 project and I need to make a JOIN call like this: SELECT C.Cnum, C.RealDate, M.Name, R.Price, R.Qnt, R.RealPrice, R.QntP, R.QntR, M.Name FROM "CHECK" C LEFT JOIN "RCHECK" R ON C.Cnum = R.Cnum LEFT JOIN "PCHECK" P ON…
Serhii Matrunchyk
  • 9,083
  • 6
  • 34
  • 47
5
votes
4 answers

read a .db file in C#

string Path = @"c:\Database\Mydatabase.db"; string myConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Path + ";Extended Properties=Paradox 5.x;"; // Define the database query string mySelectQuery = "SELECT…
Co Koder
  • 2,021
  • 7
  • 31
  • 39
5
votes
2 answers

Connect PHP with Paradox .db file on linux server

I have the following situation: I have to integrate a website (php on linux server) with an old app (Delphi and Paradox (.db file) on Windows) I need get data from paradox database and show them in the website. I can get transfer the .db file by…
Cristhian Boujon
  • 4,060
  • 13
  • 51
  • 90
4
votes
5 answers

How to open the .db paradox file

i want to view the test.db file, i search for it's editor but didn't get any one So please help to see the it in editor as like sql server. i found some sqlite editor but it's not an sqlite file on most forum it say that it is an paradox .db…
Rahul Shirphule
  • 989
  • 3
  • 14
  • 36
4
votes
2 answers

Order by a field containing Numbers and Letters

I need to extract data from an existing Padadox database under Delphi XE2 (yes, i more than 10 years divide them...). i need to order the result depending on a field (id in the example) containing values such as : '1', '2 a', '100', '1 b', '50…
Darkendorf
  • 463
  • 11
  • 28
3
votes
0 answers

Red screen of death on old DOS accounting software (corrupted background structure)

I need help tracing down the source of this error I'm getting. I'm guessing somebody who was doing C++ in the DOS era could have seen it already. Maybe it is not an OS error but an application error colored red. I would be grateful if somebody could…
3
votes
1 answer

What is .tfc file and how can I use it

I got a database from my client which is .db file to develop new software. At this software I need to open images. After couple research I could open it by paradox dbase reader and I found my images files to open with software. They were stored name…
3
votes
2 answers

Migrating data from Paradox to SQL Server

The company I work for has a very old system that uses Paradox. I need to rewrite this system and I need to migrate the data from Paradox to SQL Server 2008. How do I do this?
arame3333
  • 9,887
  • 26
  • 122
  • 205
1
2 3
11 12