In an AIR app, once you have opened an SQLConnection, is there any way of knowing what kind of connection this is?
By which I mean, whether open() or openAsync() were used, and which of the SQLMode constants were used as the second argument to whichever argument was used?
If not … why not?? I am writing a database abstraction system and this information would be really helpful. I can’t see why it’s not available.

