SQLite error: No method named 'RunQuery' in class java.lang.boolean


I am trying to create a table using SQLite, only have the above code.

Thanks for the help

Hi.
Welcome .

Did You use any Extension ?

1 Like

Thanks for reply,

No extensions.
I only used the default blocks already available on Kodular.

Should return true or false.
Please , use This block :point_down:

Screenshot_20211129-054930

erroxxx

Is your companion up to date?

Thank you very much.

The “Single SQL” made the trick.
I had to remove the “Call Notifier” because i was always crashing the application.
After I made a raw query I received a message that the Database was created.

1 Like