Subject | RES: [IBO] checking the state of dataset |
---|---|
Author | Luiz |
Post date | 2009-09-01T18:45:55Z |
Yes,
TIB_DatasetState = ( dssInactive,
dssPrepared,
dssSearch,
dssBrowse,
dssEdit,
dssInsert,
dssDelete );
sample:
IF (tib_query.state in [dssEdit, dssInsert]) then
Luiz
De: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] Em nome de
Alexandre
Enviada em: terça-feira, 1 de setembro de 2009 10:46
Para: IBObjects@yahoogroups.com
Assunto: [IBO] checking the state of dataset
Hi Guys,
How can I check the state of dataset ?
Something like this:
if tib_query.state = ?????
Thx
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
TIB_DatasetState = ( dssInactive,
dssPrepared,
dssSearch,
dssBrowse,
dssEdit,
dssInsert,
dssDelete );
sample:
IF (tib_query.state in [dssEdit, dssInsert]) then
Luiz
De: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] Em nome de
Alexandre
Enviada em: terça-feira, 1 de setembro de 2009 10:46
Para: IBObjects@yahoogroups.com
Assunto: [IBO] checking the state of dataset
Hi Guys,
How can I check the state of dataset ?
Something like this:
if tib_query.state = ?????
Thx
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]