Hi,
Whenever I try to insert text into a table I get SQL Syntax error.
For example:
I first create a new table called t1. Then I make a column named text with
text as datatype.
Finally I go the the query page and execute this: insert into t1(text)
values('test')
And I get an error. When I insert a number it works flawless.
Is this a bug or am I doing something wrong?
Thx in advance
BTW, I use phpsqliteadmin 0.2. When I try it with the latest devel version
it does work.
|