specialfolderpath() SOLVED!. :))
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
specialfolderpath() SOLVED!. :))
Good Day livecoders,
Guys, I am trying to create a database on my android device "Acer iconia B1" I used this script
------ > put specialFolderPath("/storage/sdcard1") & "/cbms.db" into tDatabasePath
but I got error message, I can't create the database
I already checked the application permission in the standalone setting.
what's wrong with my code, guys?
Thank you.
Regards
-snop21
Guys, I am trying to create a database on my android device "Acer iconia B1" I used this script
------ > put specialFolderPath("/storage/sdcard1") & "/cbms.db" into tDatabasePath
but I got error message, I can't create the database
I already checked the application permission in the standalone setting.
what's wrong with my code, guys?
Thank you.
Regards
-snop21
Last edited by snop21 on Thu Mar 20, 2014 10:18 am, edited 1 time in total.
Re: specialpathfolder()
Hi snop21,
There are only a few specialFolderPath/s and you cannot just create them.
Look in the dictionary.
Simon
There are only a few specialFolderPath/s and you cannot just create them.

Look in the dictionary.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: specialpathfolder()
Hello Simon,
Thanks for the reply..
)
I checked it already in the dictionary.. Can't use that..!
is there any other way to make a sqlite database on the SD card..?
Thank you.
Regards
-snop21
Thanks for the reply..

I checked it already in the dictionary.. Can't use that..!

is there any other way to make a sqlite database on the SD card..?
Thank you.
Regards
-snop21
Re: specialpathfolder()
Hi snop21,
Have you tested what happens when you just use specialFolderPath("documents") and the user moves the app to the sd card??
Install Location>Allow External Storage
Simon
Have you tested what happens when you just use specialFolderPath("documents") and the user moves the app to the sd card??

Install Location>Allow External Storage
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: specialpathfolder()
snop21 wrote:I checked it already in the dictionary.. Can't use that..!

Could you please explain this a little more, thanks.

Re: specialpathfolder()
Simon,
I tried it to install it with my andriod device. I set Allow external but I can't still find the database file which is .db..
Klaus,
I was using specialfolder("documents") I want to save my database file into the sd card but i still can't see it..
I tried it to install it with my andriod device. I set Allow external but I can't still find the database file which is .db..

Klaus,
I was using specialfolder("documents") I want to save my database file into the sd card but i still can't see it..

Re: specialfolderpath() ##specialpathfolder()
Just changed the subject! 
