Validations

dBase, Calc, CSV, MS ACCESS, MySQL, PostgrSQL, OTHER
Post Reply
manwant
Posts: 2
Joined: Tue Apr 26, 2011 8:33 am

Validations

Post by manwant »

How do I do Validation checks using open office Base ?
OpenOffice 3.2 on Windows Vista
User avatar
r4zoli
Volunteer
Posts: 2882
Joined: Mon Nov 19, 2007 8:23 pm
Location: Budapest, Hungary

Re: Validations

Post by r4zoli »

Please add more info what you means under "validation check" in Base, the inserted value check on forms or any other meaning?
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
User avatar
Villeroy
Volunteer
Posts: 31291
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Validations

Post by Villeroy »

"Validation" like cell validation in spreadsheets? The details depend on the database you are using. No, Base is not a database but the thing mentioned in the status bar is. In case of true relational database (such as HSQLDB, MySQL, PostgreSQL, Oracle) the whole database is nothing but a validation engine. You declare the field types, if they are allowed to be empty, if some field is related to another table's field and other constraints depending on the database in use.
The main difference to spreadsheets is: A database stores records (table rows) directly to disk, thus validation applies to whole records. If something is missing, invalid or inconsistent in respect to another table there is no way to store it.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply