Search found 2 matches

by Blitzwunder
26.07.2007, 13:30
Forum: Firebird
Topic: Adding/Removing columns from table with Zeos in DELPHI
Replies: 1
Views: 1438

Problem found: improper Connection Object

Hi,

I finally found the problem. I have used an improper connection object...

Cheers
Joerg
by Blitzwunder
26.07.2007, 12:22
Forum: Firebird
Topic: Adding/Removing columns from table with Zeos in DELPHI
Replies: 1
Views: 1438

Adding/Removing columns from table with Zeos in DELPHI

Hi, I want to add/remove column from tables of my firebird 1.5.3 database with ZEOS (6.1.5). I tried this 2 ways: 1. Statement: IZStatement; ... try pDbMgr.GetDbRef.pFB.startTransaction; Statement := pDbMgr.GetDbRef.pFB.DbcConnection.CreateStatement; Statement.Execute('ALTER TABLE UPU_MVL_01 DROP CH...