Subject | Re: [firebird-support] Re: Problem in INSERT query |
---|---|
Author | Stefan Heymann |
Post date | 2006-05-19T08:34:47Z |
Adriano,
INSERT INTO FATTURE (Oggetto) VALUES ('test')
^ ^
(single quotes instead of double quotes)
Best Regards
Stefan
--
Stefan Heymann
www.destructor.de/firebird
> Sorry i forgot the query:try this one:
> query = "INSERT INTO FATTURE (Oggetto) VALUES ("test")
INSERT INTO FATTURE (Oggetto) VALUES ('test')
^ ^
(single quotes instead of double quotes)
Best Regards
Stefan
--
Stefan Heymann
www.destructor.de/firebird