Anubhav Posted August 10, 2014 Share Posted August 10, 2014 dbExec(connection,"CREATE TABLE IF NOT EXISTS groupData (group TEXT, key TEXT, value TEXT)") dbExec failed; (1); near "group": Syntax error Whats wrong??? Link to comment
xXMADEXx Posted August 10, 2014 Share Posted August 10, 2014 group is a keyword in SQL. Put something like group_name. Link to comment
Anubhav Posted August 10, 2014 Author Share Posted August 10, 2014 Thanks for the help, worked! 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