Hi
I have created a method that reads data from a table.
However, all of our customers might not have one of the fields that are read in this method. Nevermind why :-)
So I want to make sure that this method will still compile and run in all systems.
So...how can I check if the field exists in the table and how can I read the data from the field if it exists?
Thanks!
/Jonas
*This post is locked for comments
I have the same question (0)