Multiline Query
shiroze opened this issue · 0 comments
shiroze commented
Insert with multiline Query String failed.
Sample Query :
INSERT INTO A (Name, Address, Phone) VALUES ('ABC', 'ABC', '123456');
INSERT INTO B (Name, Identity, Age, Remarks) VALUES ('ABC', 'Card', 25, '');
Code running without error but data not inserted to table B. when I try run the SQL Query on DB Browser SQLite it's work fine without error.