Page 1 of 1

Paradox 9 database

Posted: Tue Mar 22, 2022 1:44 pm
by lemodizon
Hi everyone,

Does anyone here used a paradox database? can livecode connect to the paradox database?. i'm just curious coz i saw a program today and they used paradox as their database.

Re: Paradox 9 database

Posted: Tue Mar 22, 2022 2:12 pm
by richmond62
Let's start by doing 2 minutes' research:

"Corel Paradox is now part of WordPerfect Office and it is better than ever!

"Corel Paradox was a database utility that specialized on relational database management system. It was originally developed as a MS-DOS program by Ansa Software. Later, Borland bought Ansa Software and published the program as “Borland Paradox” for Windows platform in 1992. Corel Paradox was first released in 1997. It was later bundled with WordPerfect Office Suite."

https://www.wordperfect.com/en/pages/ol ... l-paradox/

It has 'been around the houses' quite a bit.

That:
-
Screen Shot 2022-03-22 at 3.06.25 PM.png
Screen Shot 2022-03-22 at 3.06.25 PM.png (13.75 KiB) Viewed 5723 times
-
looks sexy, and that is where I would start.

Download the thing, and set up a very simple database . . .

This might be the place to ask questions:

http://www.thedbcommunity.com/

"However, it has not been updated since 2009" Ouch.

https://en.wikipedia.org/wiki/Paradox_(database)

[Never Mind, I use Clarisworks for day-to-day WP.]

"Today Paradox is an obsolete database and shouldn’t be used. "

https://www.fullconvert.com/databases/paradox

. . . hmm.

https://postgrespro.com/list/thread-id/1409184

{do a 'Find' in your browser for 'Paradox'}

Re: Paradox 9 database

Posted: Fri Apr 01, 2022 10:06 am
by terryho
Hi,

Many many years ago, I'm paradox user and developer.

It can export the data into dbase IV format. Through the paradox menu

regards

Terry Ho

Re: Paradox 9 database

Posted: Fri Apr 01, 2022 11:35 am
by richmond62
It can export the data into dbase IV format.
Може би.

BUT, what the OP wants is something else: to have LiveCode connect to a Paradox database,
and, presumably, read it, write to it, and then leave it in a state that someone with Paradox
on their system can intereact directly with.

Re: Paradox 9 database

Posted: Wed Apr 13, 2022 4:42 am
by terryho
Hi,

Just find something, may be it can help you.

I find there is odbc drive for paradox in window environment. May be it can use odbc to connect paradox database.

Regards

Terry Ho

Re: Paradox 9 database

Posted: Fri Apr 15, 2022 8:35 pm
by mwieder
Oh, my.
I did a LiveCode-to-Paradox interface some many years ago now.
Can't be done directly, we had to use intermediate text files to transfer information and have code in Paradox to deal with the database end of things and code in LiveCode to massage the data. Ugly stuff.

Corel's (where software goes to die) "update" of Paradox involved simply bundling it with WordPerfect, making it unavailable for purchase on its own.

Re: Paradox 9 database

Posted: Thu May 19, 2022 1:24 pm
by lemodizon
Hi Everyone,

Thanks for all your replies.