Creating dataset field URGENT

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

Creating dataset field URGENT

Post by sfxcc »

I need to create a dataset field in to fire bird do u know any way to do this.
URGENT

:thanks:
where's the code ..
nostradumbass
Junior Boarder
Junior Boarder
Posts: 27
Joined: 22.05.2008, 23:54

Post by nostradumbass »

Are you trying to do it in code? What component are you using?
guidoaerts
Senior Boarder
Senior Boarder
Posts: 93
Joined: 01.07.2009, 16:07

Post by guidoaerts »

something like:

zquery.sql.clear;
zquery.sql.add('ALTER TABLE COUNTRY ADD CAPITAL VARCHAR(25)');
zquery.execsql;

guido
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

Normal components

Post by sfxcc »

Using :
ztable, zquery , datasource, i whould like to add a dataset field to be able to useit in the dbgrid ( the button on the cell click and appear a new window with that table datasetfield table)


With clientdataset and the other comnpos is possible to do this --- with zeos and firebird is possible to ???


:thanks:
where's the code ..
Post Reply