Hi Daniel, You can trace the path and can check the path and search the tables accordingly. trace(db.url); or trace(db.nativePath);
Regards, Nilesh On Fri, Sep 24, 2010 at 8:03 AM, Daniel Gerep <[email protected]>wrote: > Hi guys, > > > Sorry if this is not the place for AIR doubts...if so please help me. > > I just downloaded a AIR application from Adobe and installed it on my > computer, its working fine, creating the records on the table. > The thing is that I cannot find the .db file anywhere on the application > folder... > > On this line I set the db file to be used: > var db:File = File.applicationStorageDirectory.resolvePath("teste.db"); > > Working fine. > > If i change it to > var db:File = File.applicationStorageDirectory.resolvePath("c:/teste.db"); > > It works fine too but as a new database but I cannot find the teste.db > file. > > I made a windows search but nothing.... > > What am I missing here? > > Thanks for your time....sorry for any typos =) > > -- > *Att* > *Daniel Gerep* > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- Regards, Nilesh -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

