https://bugs.documentfoundation.org/show_bug.cgi?id=106427

--- Comment #4 from Terrence Enger <[email protected]> ---
Oh.  Of course I avoided that error because I created the database
myself.

To create my database, on a system with firebird 3 installed,
I put these commands into exmple_crt.sql ...

    -- a new database, please
    connect "example.fdb" ;
    drop database ;
    create database "example.fdb";
    connect "example.fdb" ;

    -- and a table
    create table "authors"
    ( "author" char (50) primary key
    ) ;

    -- That's all, folks.
    commit ;

and ran

    isql-fb -i example_crt.sql -e

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to