I am evaluating Strataframe having come from a long VFP background. We are looking at redeveloping a legacy COBOL application for a client that has its data stored in sql server.
I am trying to create a BO for a Sql table that has a column named MU$PRUN. When I try to build the solution the build of the BO fails as I presume the $ sign is not valid when used in a property name. We do not want to change the column name as this would involve major changes to the legacy code.
Is there a way around this where we can map a property name to a differently named column?
TIA,
Andy