Brad
Brad

Reputation: 2237

Delphi firebird autoinc

How do I make an autoinc field in firebird with Zeos.

-Brad

Upvotes: 2

Views: 819

Answers (3)

kludg
kludg

Reputation: 27493

I don't know what do you mean by "making an autoinc field in firebird with Zeos". The autoinc fields and a whole database structure are usually defined in SQL script that can be executed by a lot of tools. I have used Firebird 2.1 in my recent project (using FibPlus 6.9.9) and have written several posts about it, maybe the following will help:

Part 1 - Introduction

Part 4 - Autoincrement Fields

Upvotes: 2

Milan Babuškov
Milan Babuškov

Reputation: 61138

It is explained in Firebird FAQ #29. See the bottom of that page.

Upvotes: 4

sabri.arslan
sabri.arslan

Reputation: 558

you can use mru kind component. or a combobox with items filled.

Upvotes: 0

Related Questions