W
wku
Hello,
Recently, I upsized my Access 2003 to SQL and came across
the following problem:
In a TableWriteFromRDB module, there is a statement:
Author_Info_Qualifier = paddingString(getDefaultValue
("837", "ISA", "01"), 2)
getDefaultValue is a public function saved on
ExportUtilites module.
After going through the getDefaultValue function, '00' is
saved. However, when I come back to the paddingString, it
reads '' (null). I couldn't proceed to next step.
Before upsizing, this function worked properly. Is
something to do with the upsizing procedure or something
else. Please advice. Thanks.
Recently, I upsized my Access 2003 to SQL and came across
the following problem:
In a TableWriteFromRDB module, there is a statement:
Author_Info_Qualifier = paddingString(getDefaultValue
("837", "ISA", "01"), 2)
getDefaultValue is a public function saved on
ExportUtilites module.
After going through the getDefaultValue function, '00' is
saved. However, when I come back to the paddingString, it
reads '' (null). I couldn't proceed to next step.
Before upsizing, this function worked properly. Is
something to do with the upsizing procedure or something
else. Please advice. Thanks.