I am new to power builder. for past one year i was using asp.net and mssql. Latest project is about migration of Power Builder from older version (version 4) to latest version (version 12).
Please help me to know more details about the migration and how can i migrate one complete project and also what all should i learn or do for the migration.
Thanking you in advance
-sid-
You can migrate directly from 4 to 12.
In version 5 they eliminated the SetReturnCode function in favor of setting the function return value with the Return statement.
In version 8 they completely revamped the IDE, introducing the concept of Workspaces and Targets.
In version 10, string and char variables became Unicode (2 bytes per character) instead of Ansi (1 byte per character).
Those are the biggest differences.