Sasu Posted December 12, 2013 Share Posted December 12, 2013 I've never had this problem ._. . Here if my query: executeSQLQuery("CREATE TABLE IF NOT EXISTS RolTest (Account TEXT, RolEdit TEXT") And the debug says: "database query failed: near TEXT: syntax error" Can you help me? Thank you. Link to comment
pa3ck Posted December 12, 2013 Share Posted December 12, 2013 executeSQLQuery("CREATE TABLE IF NOT EXISTS RolTest (Account TEXT, RolEdit TEXT)") You were missing the ")". Link to comment
Sasu Posted December 12, 2013 Author Share Posted December 12, 2013 Oh, Thank you very much Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now