Hellooo
How would you do to control the result of the ‘sc_exec_sql’ function ?
I am working with this in a blank application in order to import a csv file.
When the query is correctly made the result is right : the table is correctly updated or the news rows added.
But i would like to inform the user when the query is correctly executed and when there is a problem catch it and display it.
For example with foreign keys.
Thanks