Hi list,
maybe I am missing something, but here is my problem.
I have an AIR app and have a synchronous connection to a sqlite db file. So
when I have an error in my SQL command, I am getting an SQLError event.
For example:
SQLError: 'Error #3132: Data type mismatch.', details:'', operation:'execute'
at flash.data::SQLStatement/internalExecute()
at flash.data::SQLStatement/execute()
But I don't get the SQLStatement which dispatched the SQLError. So it's
impossible for me to know the original executed sql command. Or shouldn't have
the SQLError a new property with the SQLStatement?
Any suggestions? Thanks
Marcus