--- In [email protected], "Andrew Wetmore" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], shaun <shaun@> wrote: > > > > > What is the path to your db file? > > C:\My Documents ain't gunna work.. :) > > > > Indeed it would not. Here is the declaration: > > var dbFile:File = File.documentsDirectory.resolvePath("Open Learning > Exchange/OLEcds.db"); > > According to Marco Casario's "Flex Solutions" that should do the trick. >
Our investigations seem to show that the installer can't create a subdirectory on Mac in the documents folder, either with the name as displayed above or as "OLE" without spaces. If we create the folder manually, the installer is able to create the database in it. I am now going to switch the installation location to "applicationStorageDirectory", with no subdirectory, and see if it works.

