Hi folks, Any chance anyone here has run into the following?
ReferenceError: Error #1069: Property reencrypt not found on flash.data.SQLConnection and there is no default value. It's something with my environment as it's fine for other devs I'm working with. Just the following code compiles fine but breaks on me at runtime. var conn:SQLConnection = new SQLConnection(); trace(conn.reencrypt); I realize the method was added to AIR 1.5 and have tested in Flex Builder 3.3, with ADL from the command line out of a fresh 3.3 SDK download, installed app and ran with AIR 1.5.2 but have gotten the runtime error in every scenario. Also, trace(SQLErrorOperation.REENCRYPT); shows up fine so I'm implying I do have the latest airglobals.swc compiled in there. Any help would be much appreciated, thanks! David

