Top "Paradox" questions

Paradox was created by Borland, as an integrated database management system and application development language for desktops and servers.

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 …

mysql paradox data-conversion
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 …

delphi paradox
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 …

vb.net paradox
Import data from Excel

I want to import data from Excel into a Paradox database on Delphi 7. How can I do that using Delphi?

delphi excel delphi-7 paradox
Opening Paradox database; 'PDOXUSRS.NET' workaround?

I'm writing an application that has to open a preexisting BDE database that has been saved by a third party. …

delphi data-migration delphi-xe3 bde paradox
Paradox database file

I found paradox database files with different extension. There are db file, mb file, dat file, px file, XG0 file, …

file-format paradox data-extraction gnumeric
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 …

c# .net database paradox
Paradox Tables in C#

I'm trying to read a Paradox 5 table into a dataset or simular data structure with the view to putting it …

c# odbc paradox
EDBEngineError-Network Initialization Failed

I am attempting to convert a Dephi 2006 project to Delphi 2009 (Delphi 2006 is on Drive C Delphi 2009 is on Drive D). …

delphi bde paradox
Paradox: Query a Date column + a Time column as a DateTime

First off, I'm a Paradox newbie. Secondly, I'm querying a database of a third-party software package and cannot change the …

paradox