Importing IBM i Duplicate Fields
Posted: Sat Feb 16, 2019 3:31 am
This is my first experience with this type of situation and I would like to know more about how this works and if I am being setup for some issues.
We have a File on the IBM i that I previously imported that contains a Field named RPU that is a Decimal(15).
I just imported another File that has a Field named RPU that is a Signed(7,6).
Because of the type conflict LANSA created a RPU001 Field for the newly imported File.
On my local SQL Server Database, LANSA created the table with the RPU001 column and I reference the RPU001 Field in code.
My question is:
How does LANSA know that on my local database that the column is RPU001 but on the IBM the field is RPU? Or does it? Do I have to deal with this discrepancy manually?
Thanks,
Joe
We have a File on the IBM i that I previously imported that contains a Field named RPU that is a Decimal(15).
I just imported another File that has a Field named RPU that is a Signed(7,6).
Because of the type conflict LANSA created a RPU001 Field for the newly imported File.
On my local SQL Server Database, LANSA created the table with the RPU001 column and I reference the RPU001 Field in code.
My question is:
How does LANSA know that on my local database that the column is RPU001 but on the IBM the field is RPU? Or does it? Do I have to deal with this discrepancy manually?
Thanks,
Joe