Recent

Author Topic: Create a Firebird database programmatically in Lazarus  (Read 2125 times)

Saylo_49

  • New Member
  • *
  • Posts: 43
Create a Firebird database programmatically in Lazarus
« on: May 17, 2019, 07:07:15 pm »
Hello

Is there any way or a code snippet to give a lazarus project the ability to create Firebird database (database file and tables) using only graphical user interface without showing any command line window ?

And cross platform if possible
Lazarus 2.0.2 - FPC 3.0.4 - Win32

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: Create a Firebird database programmatically in Lazarus
« Reply #1 on: May 17, 2019, 07:23:24 pm »
Hello

Is there any way or a code snippet to give a lazarus project the ability to create Firebird database (database file and tables) using only graphical user interface without showing any command line window ?

And cross platform if possible

Can't you just use DDL statements: CREATE DATABASE ..., CREATE TABLE ..., etc.?

See: Firebird and, in general, Databases Portal in the wiki.
« Last Edit: May 17, 2019, 07:34:27 pm by lucamar »
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.


 

TinyPortal © 2005-2018