Query Migration
If i want to migrate a query from one instance to another, i know we can use app.designer to insert the query into a project and move the project.
I have tried doing this using a datamover script exporting the query from the tables
PSQRYDEFN
PSQRYRECORD
PSQRYBIND
PSQRYCRITERIA
PSQRYEXPR
PSQRYFIELD
PSQRYDEL
PSQRYSELECT
and importing into the target database successfully in tools version 8.48.
But when i try the same in tools 8.53, and try to open the query after a successful import, the application crashes.
Any ideas why?