I am having a problem with connecting to Android phone to test an app.
It fails to find the path file and I am attaching the screenshot in the zip below.
As I failed to do this, I also had a problem to connect the existing DB in the Android phone, I was using this:
Code: Select all
global gConnectionID
on preopenStack
dbconnect
end preopenStack
//connect with DataBase
on dbconnect
answer specialfolderpath("documents")
put revOpenDatabase("sqlite", specialfolderpath("documents")&"/test.sqlite",,,,,,) into gConnectionID
answer gConnectionID
answer the files
end dbconnect
Thanks,
Astghik