Saturday, 15 May 2010

c# - Pass Trigger values to WpfApplication -



c# - Pass Trigger values to WpfApplication -

i have trigger access wpf application. here's code:

set @q_id = (select q_id inserted) set @acct_no = (select acct_no inserted) set @loan_num = (select loan_num inserted)

then after value set, trigger access wpf application. problem don't know how values set trigger.

will using formless exe file included in task scheduler specific time.

c# sql-server wpf database triggers

No comments:

Post a Comment