Page 1 of 1

Creating dataset field URGENT

Posted: 10.06.2010, 16:00
by sfxcc
I need to create a dataset field in to fire bird do u know any way to do this.
URGENT

:thanks:

Posted: 10.06.2010, 16:17
by nostradumbass
Are you trying to do it in code? What component are you using?

Posted: 11.06.2010, 08:30
by guidoaerts
something like:

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

guido

Normal components

Posted: 14.06.2010, 12:49
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: