Hi everyone,
when I try to create even the simplest table in Base (.odb embedded firebird file), by “Tools → SQL” command input, it always fails. This is the command:
CREATE TABLE Students
(
StudentId
Integer
);
This is the error:
firebird_sdbc error:
*Dynamic SQL Error
*SQL error code = -104
*Token unknown - line 1, column 14
*`
caused by
‘isc_dsql_prepare’
My OS:
4.18.0-24-generic #25~18.04.1-Ubuntu SMP Thu Jun 20 11:13:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux. No LSB modules are available. Description: Zorin OS 15 Release: 15 Codename: bionic.
Libreoffice:
Version: 6.2.4.2
Build ID: 1:6.2.4-0ubuntu0.18.04.1~lo1
CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: gtk3;
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded
SQL:
mysql Ver 14.14 Distrib 5.7.26, for Linux (x86_64) using EditLine wrapper
Connection id: 10
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ‘’
Using delimiter: ;
Server version: 5.7.26-0ubuntu0.18.04.1 (Ubuntu)
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db characterset: latin1
Client characterset: utf8
Conn. characterset: utf8
UNIX socket: /var/run/mysqld/mysqld.sock
Uptime: 12 min 46 sec
My HW:
AMD 200GE, B450M S2H, 4GB RAM
I’m slightly experienced Linux user, just installed SQL server and client + service. Maybe there’s something wrong with Base accesing SQL server because of username or password? Or the syntax of SQL commands to import should be different? I’m getting these commands from Lucidchart ERD export (I can choose among MySQL, PostgreSQL, SQL server and Oracle syntax).
Thanks for any tips!
Vladimir