Hi all,
I'm working on my first eConnect solution. I have my code in a try, catch, finally block. I currently write it to the screen/ console. My question is how do I write the error message if there is an error message to a SQL table?
catch (System.Exception sysexc)
{
Console.WriteLine(sysexc.ToString());
}
Best regards,
Steve