SQLite Forum

AddWithValue does not work
Login
Ok. I see.</br>
I changed it so I can pass the value directly into the string.</br>
But @Value ist still not right.
<Code>
INSERT INTO [myTable] VALUES ((some_Subquery), @Value);
</Code>
is what I get as output.