I've been using UniDac for 2 years now and it was the best solution for me, but because it doesn't support Asynch query's i have to move on to FireDac is there any quick migration wizard or something that i can use because i have around 200+ TUniStoredProc components in my form and i would like to convert them to TFDStoredProc, doing every one of them by hand would take allot of time, and that i dont have, I would like to replace them the old TUniStoredProc with the TFDStoredProc
my setup:
Embarcadero Rad Studio XE5
the components are connected to MSSQL database
Here is the sollution ** Warning not perfect, ant may cause DataBinding loss to opened forms ** so please recheck all databindings once finished also have a backup just in case.
i tried the AnyDac addon which would basically to the same but you would need to generate a rule text file for UniDac, this is the best one i have right now if you come up with a better one i will accept that answer.