SQL Row insertion error

[U]**SQLite Row insertion error

**[/U]I use an AIR made program called sqliteadmin.
I created a database called myDatabase.db
Created a table like:

CREATE TABLE cs (req TEXT, res TEXT);

then trying to populate:

INSERT INTO cs (req, res) VALUES(‘Hello’, ‘Hi’); ** // Error # 3115when executing this query
**

Any idea how to do it?
Please help.
Thank You