I am trying to upgrade an old framework application to a .net framework and came to find out that the old application framework for back-end DB uses ADABAS which I do not have experience with. I have experience with SQL Server and Oracle. My question is: What are the best ways to migrate ADABAS to SQL Server or Oracle? I will need all the tables/views/triggers/SP from the old framework and implement them to a new DB either SQL Server or Oracle and from there start building an MVC web application.
I would appreciate any recommendations. Thanks in advance
I have done some research and came across SSMA but there are no versions for ADABAS!