Search found 3 matches

by signals
25.04.2010, 08:55
Forum: Firebird
Topic: AutoInc (Firebird)
Replies: 11
Views: 4261

AutoInc (Firebird)

I've been trying to post records to a table and so far it has not worked. The problem is the autoincrement field is not being updated at record insert time, and remains nil. Checked the table component and found that in all case, the "AutoGenerateValue" for the field is default set to &quo...
by signals
31.03.2010, 05:21
Forum: 6.6 - stable
Topic: GetTableNames and Firebird
Replies: 3
Views: 1291

Thanks, that's pretty much what I figured out. My solution to what I needed ended up being: >====================================== oList.Clear ; For nI := 0 to (FDatasets.Count - 1) do Begin // oCurrent := TZAbstractRODataset(FDatasets ); oCurrent := TzaTable(FDatasets[nI]) ; cTable := Trim(UpperCa...
by signals
30.03.2010, 14:39
Forum: 6.6 - stable
Topic: GetTableNames and Firebird
Replies: 3
Views: 1291

GetTableNames and Firebird

Is there a working example of how the GetTableNames function
works with Firebird that just displays the tables (but not any
system tables)?
The pattern patch parameters are very unclear to me as to how
they work. Thanks