Hi guys,
When running my code that has a SQL query, such as this :
select firstonly SalesId from custInvoiceJourLoc where custInvoiceJourLoc.InvoiceId == conPeek(TempInvoices,1)
join firstonly DefaultDimension
from saleslineloc order by RecId
where salesLineLoc.SalesId == custInvoiceJourLoc.SalesId;
Often I'm hit error and error comes with this message :
I know what is the error, but may I know what Exception error we can use for this ? Is there any special Exception error for failed Sql query ?
Thanks,