Click here to Skip to main content
15,923,226 members
Home / Discussions / Database
   

Database

 
GeneralRe: Parameterised Queries in VB6 Pin
rmacfadyen26-Sep-04 19:24
rmacfadyen26-Sep-04 19:24 
GeneralDataTable question... Pin
Besinci26-Sep-04 7:32
Besinci26-Sep-04 7:32 
GeneralRe: DataTable question... Pin
Mike Ellison27-Sep-04 18:25
Mike Ellison27-Sep-04 18:25 
GeneralRe: DataTable question... Pin
Besinci28-Sep-04 6:22
Besinci28-Sep-04 6:22 
GeneralRe: DataTable question... Pin
Mike Ellison28-Sep-04 7:20
Mike Ellison28-Sep-04 7:20 
GeneralRe: DataTable question... Pin
Besinci28-Sep-04 7:29
Besinci28-Sep-04 7:29 
GeneralTrigger / Transaction problem Pin
mhmoud rawas25-Sep-04 22:22
mhmoud rawas25-Sep-04 22:22 
GeneralRe: Trigger / Transaction problem Pin
Bill Dean29-Sep-04 7:09
Bill Dean29-Sep-04 7:09 
Mhmoud,

As far as I know triggers cannot be made to work this way. They fire. Period.

I would take you logic in the trigger and make a stored procedure out of it. Then call the new stored procedure after you commit the original transaction. You will not have access to Inserted and Deleted but this is the only way I know to do what you describe

Hope this helps
Bill
QuestionRemote Data Access with MSDE? Pin
Utku KAYA24-Sep-04 23:38
Utku KAYA24-Sep-04 23:38 
GeneralDetermining DATETIME durations Pin
Den2Fly23-Sep-04 21:38
Den2Fly23-Sep-04 21:38 
GeneralRe: Determining DATETIME durations Pin
David Salter24-Sep-04 5:13
David Salter24-Sep-04 5:13 
GeneralRe: Determining DATETIME durations Pin
Den2Fly24-Sep-04 11:12
Den2Fly24-Sep-04 11:12 
GeneralDTS and C# Pin
stan2823-Sep-04 5:44
stan2823-Sep-04 5:44 
GeneralRe: DTS and C# Pin
stan288-Oct-04 2:44
stan288-Oct-04 2:44 
GeneralWhere to start database programming Pin
Bob Stanneveld23-Sep-04 5:38
Bob Stanneveld23-Sep-04 5:38 
GeneralRe: Where to start database programming Pin
David Salter23-Sep-04 11:52
David Salter23-Sep-04 11:52 
GeneralRe: Where to start database programming Pin
Bob Stanneveld24-Sep-04 0:01
Bob Stanneveld24-Sep-04 0:01 
GeneralConvert SQL server database to script file Pin
Mekong River23-Sep-04 1:30
Mekong River23-Sep-04 1:30 
GeneralRe: Convert SQL server database to script file Pin
Colin Angus Mackay23-Sep-04 3:17
Colin Angus Mackay23-Sep-04 3:17 
GeneralRe: Convert SQL server database to script file Pin
Mekong River24-Sep-04 4:39
Mekong River24-Sep-04 4:39 
Generalhello Pin
Asha Rams22-Sep-04 20:44
Asha Rams22-Sep-04 20:44 
GeneralRe: hello Pin
sreejith ss nair23-Sep-04 2:01
sreejith ss nair23-Sep-04 2:01 
GeneralRe: hello Pin
Asha Rams23-Sep-04 16:08
Asha Rams23-Sep-04 16:08 
GeneralBacking a DataBase up Pin
BanksySan22-Sep-04 16:00
BanksySan22-Sep-04 16:00 
GeneralRe: Backing a DataBase up Pin
David Salter22-Sep-04 23:03
David Salter22-Sep-04 23:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.