Search found 5 matches

by mcb
18.10.2006, 14:36
Forum: Firebird
Topic: Filter with wildcards
Replies: 1
Views: 1648

Filter with wildcards

Hi, I use Delphi7, Zeos-Libs 6.1.5, Firebird 1.5.3 Classic Server. I have declared a Table 'ADRESSEN' with a varchar(5) field (KUERZEL) . I use a query (Select NAME, KUERZEL from ADRESSEN) to get the data and then I use a filter. Exampleoutput table: rno NAME KUERZEL 1 n1 aabcd 2 n2 aabce 3 n3 aabdc...
by mcb
14.08.2006, 12:22
Forum: Firebird
Topic: Dafault values causes errors on append data
Replies: 0
Views: 1188

Dafault values causes errors on append data

Hi, i declared default values in 2 columns of a table. I use ZTable.AppendRecord([v]); to add a record, but i get an error caused by a sql statement that is executed : "SELECT DEFAULT 1,0 FROM RDB$DATABASE". The token default is unknown is said. What do i have to do to get default values w...
by mcb
10.02.2006, 12:41
Forum: Firebird
Topic: Delphi7 Firebird embedded
Replies: 6
Views: 5464

Hi, after tons of coffe, a little bit of sleep and two or three beers I have the answer: I tried out lazarus a while ago and some of the components needed access to the gds32.dll even when launching the ide. So I put this file into the system32 directory. When I now tried to open the database in the...
by mcb
09.02.2006, 19:57
Forum: Firebird
Topic: Delphi7 Firebird embedded
Replies: 6
Views: 5464

Hi,

sorry, but your post and the article were no help, but thanks for your answer ;)

McB
by mcb
09.02.2006, 16:55
Forum: Firebird
Topic: Delphi7 Firebird embedded
Replies: 6
Views: 5464

Delphi7 Firebird embedded

Hi, when I try to open a database in designtime, I get the message: SQL-Error : unavailable database. Error Code -904. Unsuccessful exeution caused by an unavailable resource. When I run the program everything works fine. I use Delphi 7, fbird embed 1.5.3, zeos 6.5.1 alpha CVS as of 13/10/2005. Has ...