What is unclear about the error message your database engine is giving you?
Output:
*** UnloggedQueryExec: query failed: "CREATE TABLE log(id INTEGER PRIMARY KEY,descr varchar(30))"
"table tipolog already exists Unable to fetch row"
Output:
*** UnloggedQueryExec: query failed: "CREATE TABLE log(id INTEGER PRIMARY KEY,descr varchar(30))"
"table tipolog already exists Unable to fetch row"
To copy to clipboard, switch view to plain text mode
BTW: it helps if the code you post and the errors you present match
Bookmarks