Recommended migration path of Harbour project from DBF/NTX to MSSQL

This forum is meant for questions and discussions about the X# language and tools
Post Reply
RolWil
Posts: 67
Joined: Mon Jul 18, 2022 3:16 am

Recommended migration path of Harbour project from DBF/NTX to MSSQL

Post by RolWil »

My migration is moving along (thanks to all your help) and I have the first simple standalone module in production. This one is pretty simple: read a couple of DBF’s, create a data extract and a report.

I’m now planning how to migrate the core system.

Before discovering XSharp, my plan had been to convert the code from Clipper to Harbour (still using DFBF/NTX) which I did, then migrating DBF/NTX to MSSQL using OTC’s mediator RDD. Short of a few coding changes, migration to MSSQL using Mediator with Harbour is quite simple and performance is pretty good.

What is the easiest path to migrate from DBF/NTX to MSSQL?

Thanks,
Roland
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Recommended migration path of Harbour project from DBF/NTX to MSSQL

Post by wriedmann »

Hi Roland,
I would way: it depends.
It depends largely how many data is contained in your tables.
I may point you here:
https://www.xsharp.eu/articles/the-plan ... e-changing
https://www.xsharp.eu/articles/progress ... ummer-2022
https://www.xsharp.eu/articles/what-s-cooking
These articles are describing a bit what is planned and what the devteam is working on.
For sure Robert can say more about these plans how they are proceeding and when you can expect something (It may be that you need a FoX subscription for some of these tools).
And I know someone that has written a RDD on top of MySQL for VO and is using that.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
RolWil
Posts: 67
Joined: Mon Jul 18, 2022 3:16 am

Recommended migration path of Harbour project from DBF/NTX to MSSQL

Post by RolWil »

Thank you Wolfgang, Those links are the promise of good things to come!
Post Reply