tmannais
15th January 2019, 09:59
Hi,
I am trying to use DAL using
dal.new.object()
dal.set.field()
dal.save.object()
However, it is giving me a 205 error as follows
Application error in session ***session code***: Wrong use of DAL Engine ('unreachable case' failed): something wrong with insert or update action on DAL ***table***.
File: ittstpdaltbl0 (line 2914).
Description:
error = 205: Column is not according to its domain definition (table ***table***, company ***company***).
StackTrace:
***stacktrace***
***xxx*** are private information.
There are many dal.set.field() in the code. So, I want to know which field(s) it is talking about. What is the easiest way to figure it out when there are many fields in the code?
I am trying to use DAL using
dal.new.object()
dal.set.field()
dal.save.object()
However, it is giving me a 205 error as follows
Application error in session ***session code***: Wrong use of DAL Engine ('unreachable case' failed): something wrong with insert or update action on DAL ***table***.
File: ittstpdaltbl0 (line 2914).
Description:
error = 205: Column is not according to its domain definition (table ***table***, company ***company***).
StackTrace:
***stacktrace***
***xxx*** are private information.
There are many dal.set.field() in the code. So, I want to know which field(s) it is talking about. What is the easiest way to figure it out when there are many fields in the code?