Subject | Re: [IBO] checking the state of dataset |
---|---|
Author | Alexandre |
Post date | 2009-09-02T15:53:06Z |
Thanks Luiz
----- Original Message -----
From: Luiz
To: IBObjects@yahoogroups.com
Sent: Tuesday, September 01, 2009 3:45 PM
Subject: RES: [IBO] checking the state of dataset
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]
[Non-text portions of this message have been removed]