[Solved] Default settings db @ startup

Discuss the database features
Post Reply
dreamquartz
Posts: 881
Joined: Mon May 30, 2011 4:02 am

[Solved] Default settings db @ startup

Post by dreamquartz »

Hi All,

Looking for something to change a Default setting during startup.
In a lot of cases, tables need to be sorted, and preferably with "NULL" at the bottom.
I know it can be done directly via "SET DATABASE SQL NULLS FIRST FALSE", but that is a manual function.
I would like to see it automated during startup.

Is that possible, and if so how?

Dream

Edit:12/27/2016; If you enter the statement in SQL, it will be stored in the 'DataBase.script' file.
Saving the database, saves it for later use.
LO 7.x, HSQLDB 2.7.x & Ubuntu 22.04 LTS.
Post Reply