I have a simple table called xact
It has a field called frm
From the main window of the database, I selected “Tools/SQL…” which opened the Execute SQL Command dialog.
I am using the “standard” embedded Firebird engine.
I gave it…
SELECT * FROM xact WHERE frm IS NULL
… and all was well… I got a set of records.
I gave it…
UPDATE xact SET frm = ‘st19c31’ WHERE frm IS NULL
… and only got…
firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -204
*Table unknown
*XACT
*At line 1, column 13 caused by ‘isc_dsql_prepare’
… and so I turn to you, wonderful LibreOffice community!.. Tom (LO 7.0.3.1 (x64) / Windows 10)