All I can think of is check the verson of flash player but I don't know if
it could cause that problem.

On Tue, Aug 18, 2009 at 7:17 PM, dhchang77 <dhchan...@yahoo.com> wrote:

> 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
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location:
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>

Reply via email to