Search found 7 matches

by nighty974
Mon Dec 01, 2014 11:24 pm
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

Re: sqlite with android's devices

Hi Klaus,
you taught me a lot !
i"m going to use the code u gave me, thanks for the help and thanks for the link !
I'm going to check it right now :)
by nighty974
Mon Dec 01, 2014 10:24 pm
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

Re: sqlite with android's devices

I found it,
thanks for your help guys the "put URL" was the answer :)
thanks again !
by nighty974
Mon Dec 01, 2014 8:47 pm
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

Re: sqlite with android's devices

No, i don't. i tried to read database in specialfolderpath("engine") with this : set defaultfolder to specialfolderpath("engine") put revopendatabase("sqlite","database.sqlite") into X put revdatafromquery(X,"SELECT * FROM mytable") into Y put Y into the field "myfield" but there is nothing in my fi...
by nighty974
Mon Dec 01, 2014 7:52 pm
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

Re: sqlite with android's devices

Now, i've got a problem when i try to move a file into an other directory, i used "rename" but it doesn't seem to work fine.
Any idea?
by nighty974
Mon Dec 01, 2014 6:10 pm
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

Re: sqlite with android's devices

HI Simon,
Thanks a lot !!!
now i found my database and im going to do some test :D

will keep you updated!
by nighty974
Mon Dec 01, 2014 5:22 pm
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

Re: sqlite with android's devices

hi Maxv, Thanks for your help ! i selected "SQLite" like in the picture :/ i want to access to a full database (i save the database.sqlite with the apk package with "copy files" in the standalone application setting) and now it look totally empty :/ in a new button in a new stack i write in the scri...
by nighty974
Sun Nov 30, 2014 3:03 am
Forum: Android Deployment
Topic: sqlite with android's devices
Replies: 15
Views: 12737

sqlite with android's devices

Good morning everybody, im new livecode user and i got some problems... i use livecode 7.0 and i'm trying to create an app for android smartphone. i created a sqlite database and i tried to use it with live code. On my computer, it work fine, but when i test it on my device (samsung s5) , i can conn...