Hello!
If you create a Base file using the menu File -> New -> Database -> Create
a New Database, you will get a Base file that runs HSQLDB version 1.8 as an
embedded database. The SQL documentation for that is here:
http://www.hsqldb.org/doc/1.8/guide/ch09.html. I would not recommend using
the embedded mode for critical work because of the possibility of data
loss. The data loss is not due to instability of HSQLDB but to the nature
of the embedded mode.
If you create a Base file using the menu File -> New -> Database -> Connect
to an Existing Database, you can connect to an external database through
JDBC, ODBC or any of the other listed methods. This means you can connect
to any database engine of your choosing and use its version of SQL.
More detailed answers are best provided on the user mailing list or on the
forums at https://forum.openoffice.org/
Best regards,
Francis


On Wed, Apr 23, 2014 at 3:40 AM, Dima Sidorenko
<dimasidorenko...@gmail.com>wrote:

> Hello!.
>
> Which SQL commands support OpenOffice Base?, What server database used in
> OpenOffice Base?, Dialects which are supported in OpenOffice Base?
>
> Sincerely,
>
> Sidorenko Dmitriy.
>

Reply via email to