• Skip to main content
  • Skip to primary sidebar
  • Home
  • Blog
  • VBA Programming
  • Open-Libre Office
  • Web Stuff
  • Videos
    • VBA Articles
    • LibreOffice And Open Office
  • Excel VBA Glossary
  • About
  • Contact

Install Firebird Server For LibreOffice Base

This blogpost coming soon, meanwhile you can still download the assets via the yellow email box below.

Image

Get Firebird Calc Spreadsheet Here

and sql notes for database creation.

Also get updates when new blog or video tutorials are released.

Submitting…

Filed Under: Open-Libre Office Tagged With: Firebird, Firebird Server, LibreOffice Base, LibreOffice Database, ODBC, SQL

Reader Interactions

Comments

  1. Andreas Säger says

    18/06/2023 at 09:58

    I’m new to Firebird and could not believe that one needs to create a sequence and a trigger in order to get a simple auto-ID. When I tried, I could not enter new records in the LibreOffice UI whereas INSERT statements worked as expected, incrementing the new ID numbers.
    Turns out that Firebird3 supports GENERATED BY DEFAULT AS IDENTITY (START WITH 10000).
    The auto-ID created this way shows in the new record and behaves properly in the LibreOffice UI.
    Instead of macros, I published a Writer template which can be used to generate the SQL statements for a database with 5 tables with relations. https://forum.openoffice.org/en/forum/viewtopic.php?t=110117 [Using Writer to generate a database skeleton].

    Reply
    • Sean Johnson says

      03/07/2023 at 12:16

      Thanks Andreas.

      I’ve tested what you said and it works, the Firebird documentation is huge, I guess I got confused because you’ve got to use the trigger and generator combo for Firebird 2.5 and earlier.
      On another note, you mentioned that you were unable to add records in the LibreOffice UI unless you used an insert statement.
      I had that problem on a couple of tables, it turned out that the cause was that a Primary key had not been defined, once the primary key was defined the add record row returned.

      Reply
  2. Ted Baker says

    04/04/2024 at 15:58

    Hello Sean,

    When time allows – continuation of your LibreOffice Base Firebird Server series would be appreciated. Thanks.

    /r Ted Baker,Newry, Maine, US

    Reply
    • Sean Johnson says

      11/06/2024 at 00:41

      Thanks Ted, I’ve learned a lot since that video, I need to just come up with some kind of case study to make a video about.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Free Training Videos

Make VBA Listbox Work as Database Grid

Image

Ulitmate Excel VBA Advanced Filter Tutorial

Click video and press f for full screen or watch on YouTube

Dynamically Link Images to LibreOffice Base Form

Click video and press f for full screen or watch on YouTube

Create Database with LibreOffice Base

Click video and press f for full screen or watch on YouTube

Create VBA Form In Excel

Click video and press f for full screen or watch on YouTube

Affiliate Disclamer

We hope you love the products we recommend! Just so you know, we may collect a share of sales or other compensation from the links on this page.
Thank you if you use our links, we really appreciate it!

Terms Of Service | Privacy Statement | Copyright © 2024 BusinessProgrammer.com.