Some problems with database access
Posted: Tue Apr 21, 2015 8:20 pm
Hello, guyz!
I got problem: when i developing my application in LiveCode shell everything works!
All data for this app is stored in SQLite database.
Then i create standalone app and my troubles begins ((((
Only thing i change when building standalone app is location of database.
And its the same variable (global) in ALL stacks, but some substacks are works, some of them - not.
What exactly doesn't work: it looks like not all handlers can access to database (may be). I can't understand why (((
Second problem is: when i'm developing in LiveCode shell, in case of error execution stops and i see the error message.
When i test standalone app there are no error messages and seems like when error happens the handler simply quit and that's all, nothing more happens.
How can i know where exactly trouble is? may be some log files or smthg like that?
Please help!
P.S. I can send a .livecode file and database file (if it's nessesary) to see how the scripts looks like, how they works and test then to find where is the problem
I got problem: when i developing my application in LiveCode shell everything works!
All data for this app is stored in SQLite database.
Then i create standalone app and my troubles begins ((((
Only thing i change when building standalone app is location of database.
And its the same variable (global) in ALL stacks, but some substacks are works, some of them - not.
What exactly doesn't work: it looks like not all handlers can access to database (may be). I can't understand why (((
Second problem is: when i'm developing in LiveCode shell, in case of error execution stops and i see the error message.
When i test standalone app there are no error messages and seems like when error happens the handler simply quit and that's all, nothing more happens.
How can i know where exactly trouble is? may be some log files or smthg like that?
Please help!
P.S. I can send a .livecode file and database file (if it's nessesary) to see how the scripts looks like, how they works and test then to find where is the problem