| View previous topic :: View next topic |
| Author |
Message |
Agnaldo Guest
|
Posted: Tue Apr 20, 2004 3:41 pm Post subject: How can I shootdown a user loged in a remote Server ? |
|
|
How can I shootdown a user loged in a remote Server by code with IBX?
|
|
| Back to top |
|
 |
Jeff Overcash (TeamB) Guest
|
Posted: Tue Apr 20, 2004 4:18 pm Post subject: Re: How can I shootdown a user loged in a remote Server ? |
|
|
"Agnaldo" <agnaldo (AT) tqs (DOT) com.br> wrote:
| Quote: |
How can I shootdown a user loged in a remote Server by code with IBX?
|
If you have IB 7.0 of higher you can kill the attachment
through the use of the temp tables. 6.5 or lower, you can't.
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Tue Apr 20, 2004 4:44 pm Post subject: Re: How can I shootdown a user loged in a remote Server ? |
|
|
In IB 7.x
UPDATE TMP$ATTACHMENTS SET TMP$STATE = 'CANCEL'
WHERE (TMP$ATTACHMENT_ID = 12345)
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
|