pralash
20th September 2018, 08:11
Hi,

We are includes in the below two statement while perform the DAL operation as follows...

#include <bic_dal2>
#include <bic_dam>

But can you please tell me what is the actual difference between these two statements...

Thanks in advance...
Regards,
Pralash

bdittmar
20th September 2018, 10:12
Hello,

From LN-DEV-Guide :

When writing a Data Access Layer, you must include bic_dal. To use progress indicators and Data Access Methods in your UI, you must include bic_dam.

Regards

pralash
20th September 2018, 11:40
Thanks a lot for your information....