How to monitor Triggers in VB6
From: dudebig (hhugg_at_hotmail.com.no-spa.m)
Date: 07/08/04
- Next message: John Bell: "Re: stored procedure help - xml explicit"
- Previous message: microsoft: "Mail receive"
- Next in thread: Narayana Vyas Kondreddi: "Re: How to monitor Triggers in VB6"
- Reply: Narayana Vyas Kondreddi: "Re: How to monitor Triggers in VB6"
- Messages sorted by: [ date ] [ thread ]
Date: 08 Jul 2004 20:14:14 GMT
I have this triggers in T-SQL to execute when a product qty is 0, it does
work, but I have to be able to monitor this on a remote PC using VB6.
I know how to execute storeproc with VB6, but this is something I cannot
figure it out yet.
I have this same problem when trying to get an Activity Report from SQL
Server for a particular Table. How can I know who is accesing the Table? I
try the triggers for update/insert/delete and refreshing the recordset but
its not practical, I have a timestamp and terminalID fields con the table I
want to monitor.
Remote users are using a common password for the connection, and the
authentification is based on Host_ID() and a User table with login and
password.
- Next message: John Bell: "Re: stored procedure help - xml explicit"
- Previous message: microsoft: "Mail receive"
- Next in thread: Narayana Vyas Kondreddi: "Re: How to monitor Triggers in VB6"
- Reply: Narayana Vyas Kondreddi: "Re: How to monitor Triggers in VB6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|