Subject Re: [firebird-support] Re: Problem in INSERT query
Author Stefan Heymann
Adriano,

> Sorry i forgot the query:
> query = "INSERT INTO FATTURE (Oggetto) VALUES ("test")

try this one:

INSERT INTO FATTURE (Oggetto) VALUES ('test')
^ ^
(single quotes instead of double quotes)


Best Regards

Stefan


--
Stefan Heymann
www.destructor.de/firebird