# SQLite Row insertion error

**URL:** https://forum.kirupa.com/t/sqlite-row-insertion-error/299452
**Category:** programming
**Created:** [November 5, 2009, 9:18am UTC](https://forum.kirupa.com/t/sqlite-row-insertion-error/299452 "2009-11-05T09:18:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kadaj](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kadaj/32/9061_2.png) [@kadaj](https://forum.kirupa.com/u/kadaj)
#### Post date: [November 5, 2009, 9:18am UTC](https://forum.kirupa.com/t/sqlite-row-insertion-error/299452/1 "2009-11-05T09:18:31Z")

</div>

[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
