tags:

views:

60

answers:

0

I am getting error message "near "?": syntax error" randomly while executing the query "SELECT [record] FROM [ac_contacts_cache] LIMIT 0, 3".

Table schema:

CREATE TABLE IF NOT EXISTS [ac_contacts_cache] ( [record] TEXT NOT NULL )

Any help here is appreciated.