event-triggers Questions
2
Solved
i want create event trigger for create table or select into,
eg:
when create table xxxx must table name bigen with 'temp'
my code
CREATE OR REPLACE FUNCTION create_table_func()
RETURNS event_t...
Mccormack asked 9/10, 2017 at 8:12
2
Solved
I have in my application a data template that has a few buttons.
I want those buttons' even handler to be fired in the current page (I am using this template in many pages) rather than in the Appli...
Selfexecuting asked 30/3, 2009 at 13:45
2
Solved
I am using Sql Server 2008. I have a Trigger which updates my two other tables. I have read the Stack over flow this link enter link description here, but it does not full fill my needs. Below is m...
Phenice asked 30/7, 2013 at 7:47
2
Solved
I have a listbox, and I have the following ItemTemplate for it:
<DataTemplate x:Key="ScenarioItemTemplate">
<Border Margin="5,0,5,0"
Background="#FF3C3B3B"
BorderBrush="#FF797878"
Bor...
Grasmere asked 29/10, 2008 at 21:44
1
© 2022 - 2024 — McMap. All rights reserved.