I would like to store all changes to my tables (in MySQL). I created a table \'audit\' to track all changes of all tables in one table(so I don\'t have to create audit-tables for each table).
The below is my requirement. The user uploads a csv/text file to Web Application. The Web Application FTPs the file to a Mainframe server. This action has to trigger a JCL / Service. The Mainframe pro
Greetings, your friendly neighborhood Quartz.NET n00b is back! I have a Windows Service running iStatefulJob instances on a Quartz.NET CronTrigger based schedule scheme... The CRON String used to sch
what do Stored Procedures and Triggers in data base mean ? how can i create Stored Procedures ? how can i crest Triggers ?
The problem that I\'m trying to workaround is that we cannot report on pending approvals. I\'ve seen the recommendation that we update fields on the object that is being routed in the action that exe
I have a table that contains partial data that is of no use to the user viewing my application. The viewer wants to see a similar table that has all the values calculated out, and wants to be able to
I\'m thinking of possible ways, how trigger mail sending based on values - including time values - stored in database. One way, that I can think of is to use EJB @Timeout annotation, but I don\'t know
I am newbie in SQL.I am creating a dummy project.In my project, I have one register page and I want to create a UserName(FirstName + LastName + UserID).But the problem is, I cant catch the UserID valu
We\'re looking for a way to base a WPF trigger in XAML on whether or not we\'re in a drag-drop operation.Depending on if we are or not, we want different hovering behaviors which is why this is needed
I like to send email using hudson ext-email plugin, but with diferent triger than build status. I like to set hudson evn during buil or read it from env file (using env-开发者_开发知识库file plugin) a