Hey,
i am doing my first attempts to work with node red. Actual i am in trouble with sqlite,
[{"id":"46bcec5b.fd09a4","type":"tab","label":"Flow 5","disabled":false,"info":""},{"id":"ac016156.86dc2","type":"sqlite","z":"46bcec5b.fd09a4","mydb":"a9d461c1.968aa","sqlquery":"msg.topic","sql":"","name":"DB node-red","x":430,"y":160,"wires":[["24cdeb3c.fdd404"]]},{"id":"16dd87f9.aa2178","type":"inject","z":"46bcec5b.fd09a4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"INSERT INTO indexdata (jobs, projekte, freelancer) VALUES (111, 111, 111)","payload":"","payloadType":"date","x":180,"y":160,"wires":[["ac016156.86dc2"]]},{"id":"24cdeb3c.fdd404","type":"debug","z":"46bcec5b.fd09a4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"topic","statusType":"msg","x":660,"y":180,"wires":[]},{"id":"a9d461c1.968aa","type":"sqlitedb","z":"","db":"d:\\\\node-red","mode":"RWC"}]
I tested the sql statement on my database and it works. But as message I get alwas the result "Error: SQLITE_ERROR: no such table: indexdata". So whats going wrong or where i make a mistake?
Thanks in advance
Branko