I am calling a DLL package written in C#, the return of this method is a DataTable. When i run the DLL configured output variable as table. it is throwing an exception.
What is the best way to return a datatable.
Thanks,
Sarath.
I am calling a DLL package written in C#, the return of this method is a DataTable. When i run the DLL configured output variable as table. it is throwing an exception.
What is the best way to return a datatable.
Thanks,
Sarath.
Hi
Have you already checked this ?
https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-run-dll.html
Cheers
Marc
yes, i checked it. DataTable will be returned in a string array. What i did is returned a dictionary with a json string. datatable converted to json.
Thanks,
Sarath.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.