Board index » delphi » Paradox For Windows?

Paradox For Windows?


2003-08-31 11:03:04 PM
delphi144
I know this isn't a delphi question,but. Does anybody have any current information on "Paradox For Windows". My company has an old paradox application that needs to be changed and they want me to make changes to the original application. I am trying to convice them to rewrite the app in Delphi. My question would be
is Paradox for windows still supported, if so by whom. Any help or direction to help would be much appreciated.
Thanks
Randy
 
 

Re:Paradox For Windows?

You can access Paradox files with the BDE that comes with Delphi.
But you should not use Paradox or BDE when creating new applications, since
the BDE isn't developed any more.
community.borland.com/article/0,1410,28688,00.html
--
Finn Tolderlund
"Randy Trover" <XXXX@XXXXX.COM>skrev i en meddelelse
Quote
I know this isn't a delphi question,but. Does anybody have any current
information on "Paradox For Windows". My company has an old paradox
application that needs to be changed and they want me to make changes to the
original application. I am trying to convice them to rewrite the app in
Delphi. My question would be
Quote
is Paradox for windows still supported, if so by whom. Any help or
direction to help would be much appreciated.
 

Re:Paradox For Windows?

Randy Trover writes:
Quote
I know this isn't a delphi question,but. Does anybody have any
current information on "Paradox For Windows". My company has an old
paradox application that needs to be changed and they want me to make
changes to the original application. I am trying to convice them to
rewrite the app in Delphi. My question would be is Paradox for
windows still supported, if so by whom. Any help or direction to help
would be much appreciated.
The Paradox *product* was sold to Corel and they still market it as part of
their office suite (probably only the premium version). Borland still owns
the Borland Database Engine (BDE) which is the Paradox engine. The BDE has
been deprecated - there'll be no further development for it and so it is
strongly recommended to not start new projects with it.
Delphi still includes (and will probably continue to) the BDE in its present
state, so you could migrate to Delphi and still keep the existing database.
Obviously there is a cost involved in rewriting in Delphi rather than simply
enhancing the existing code base. That cost needs to be properly justified.
If the app currently does what is needed and the desired enhancements can
reasonably be done in the existing system then it is difficult to justify a
rewrite. If, however, they have plans to provide services over the internet,
or interface with other applications, or scale to many users, or other such
possibilities, then a rewrite can certainly make sense - the life fo the
product and its potential capabilities would be greatly improved.
--
Wayne Niddery - Logic Fundamentals, Inc. (www.logicfundamentals.com)
RADBooks: www.logicfundamentals.com/RADBooks.html
"It is error alone which needs the support of government. Truth can
stand by itself." - Thomas Jefferson
 

Re:Paradox For Windows?

Try www.paradoxcommunity.com/ for some more info.
Paradox is now up to Version 10.
I cannot comment on what it is like as the latest version I have used (and
still use) is Ver 8.
Being an ex Borland product it does have the advantage that generally older
code will run in later versions.
If small mods are required it may be better to do the work in Paradox. If
major changes are needed a re-write might be the answer.
In addition I have previously integrated Delphi apps within Paradox
applications to add functionality.
This has proved quite popular as an application can be moved progressively
to Delphi.
Do not worry about the "BDE is dead" stories. Sure it is not being further
developed but it is not being dropped and I was assured at a recent Borland
presentation that it will be included with Delphi for .net.
Mike
 

Re:Paradox For Windows?

Quote
developed but it is not being dropped and I was assured at a recent
Borland
presentation that it will be included with Delphi for .net.
Thanks for this info! I also think Borland should continue to maintain
BDE (support/develop-further(!) legacy applications ;-).
It is good for what it does. No reason to visit the graveyard just yet.
best regards
Thomas
 

Re:Paradox For Windows?

Quote
Thanks for this info! I also think Borland should continue to maintain
BDE (support/develop-further(!) legacy applications ;-).
It is good for what it does. No reason to visit the graveyard just yet.
Should've been:
Thanks for this info! I also think Borland should continue to maintain
BDE. It is good for what it does (i.e. support/develop-further(!)
legacy applications ;-). No reason to visit the graveyard just yet.
best regards
Thomas
 

Re:Paradox For Windows?

"Mike Best" <XXXX@XXXXX.COM>writes:
Quote
Try www.paradoxcommunity.com/ for some more info.
Yes, that is an excellent resource. There's also a web-based forum
at Mike Prestwood's site, www.prestwood.com
You may also be able to find information in Corel's knowlegebase,
www.corel.com, but it seems like most of Corel's staff doesn't
even admit to owning and supporting Paradox. :)
There's also some helpful information and utilities at
info.borland.com/devsupport/bde/
Quote
Do not worry about the "BDE is dead" stories. Sure it is not being further
developed but it is not being dropped and I was assured at a recent Borland
presentation that it will be included with Delphi for .net.
Right, it is my understanding that basic support for local
Paradox and dBASE tables will continue for the forseeable future.
But Borland's definitely not continuing support for SQL Links.
Rick Carter
XXXX@XXXXX.COM
Chair, Paradox/Delphi SIG, Cincinnati PC Users Group