T
ToddT
looking at the help on msdn in regards to implementing an extended
stored proc, i am learly of doing this for the following reasons:
1. straight c++ code. no vb or .net code.
2. can't use mfc or atl
3. must be thread safe
4. memory leaks would affect sql server 2000
5. the goal is to invoke another app with primary key info - kind of
difficult using only straight c++ code.
my goal is to be notified when a certain table is updated. it can be
updated via multiple programs or a batch update via manually entered
sql code.
my questions are:
1. are extended stored procs difficult to create
2. is there any other way i can invoke a .net-based app when a row is
inserted into a specific table.
any help or guidelines would be greatly appreciated.
stored proc, i am learly of doing this for the following reasons:
1. straight c++ code. no vb or .net code.
2. can't use mfc or atl
3. must be thread safe
4. memory leaks would affect sql server 2000
5. the goal is to invoke another app with primary key info - kind of
difficult using only straight c++ code.
my goal is to be notified when a certain table is updated. it can be
updated via multiple programs or a batch update via manually entered
sql code.
my questions are:
1. are extended stored procs difficult to create
2. is there any other way i can invoke a .net-based app when a row is
inserted into a specific table.
any help or guidelines would be greatly appreciated.