KuldipMCA
KuldipMCA

Reputation: 3149

What's the best approch to Covert Paradox(objectpal) system in to .Net?

We have old system in paradox and db is sqlserver 2000. We need to convert paradox(objectpal) system in to .net WPF. We create architecture in .net but any type of automation tool avilable so we can convert code of paradox into c# code ?

or what's the best way to do that from object pal to c#?

Upvotes: 0

Views: 406

Answers (2)

Kasey Chang
Kasey Chang

Reputation: 542

It's a full rewrite, unfortunately. ObjectPAL lets you attach code to almost any object on screen, from fields to the whole form. So there is no "single" piece of ObjectPAL you can convert.

Upvotes: 0

Patrick Moloney
Patrick Moloney

Reputation: 642

I don't think you will find anthing to convert ObjectPal to C# or anything else. It may also have been using the Borland Database Engine (BDE) to for the access routines. That database may be easy to convert even if you have to do it manually.

But, with all that work to do, you may want to look at a serious review of the tables and your data. Then look at what each feature does and just recode it entirely.

You can take a look at Embarcadero Technologies, which is the current owner of the Paradox technologies. They have some .Net stuff, database utilities, etc. You may find something that can help there.

Upvotes: 0

Related Questions