Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 2126(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.0
I need a trigger that deletes one or more rows from the trigger base table, without getting ora-4091
Zones: OracleDate Answered: 03/17/1998 Views: 0
I have a question with 2 triggers like: 1.  create trigger trg_1      after update of col_x on table_1 for each row      declare         ...      end; 2  create trigger trg_2     after update of c...
Zones: OracleDate Answered: 05/07/1998 Views: 0
How can I launch a host command in a database trigger?
Zones: OracleDate Answered: 07/14/1998 Views: 0
We've written a JAVA program that sometimes needs to release and renew a DHCP IP-address.  As this is not possible with JAVA code, we call in the program an external commando to do the IPswitch.  S...
Zones: Apple Network HardwareDate Answered: 09/01/1999 Views: 0
I have a block in which I am doing the validation for the required fields in the pre-insert trigger. Problem is when I find that a required field is null I am throwing an alert asking the user to e...
Zones: OracleDate Answered: 08/17/1999 Views: 0
hi all,   Forms 3 use V2 style triggers. are they still supported in Oracle 8i ? Sudhi.
Zones: OracleDate Answered: 09/22/1999 Views: 0
I have a parent table that has a one to many child relationship with many tables.  I need a cascade delete trigger with correct syntax.  Keep in mind I have never written a trigger before. If you c...
Zones: MS SQL ServerDate Answered: 11/04/1999 Views: 0
I need to know if triggers can be written in Access that are not dependant on a data form. I am using the Access database as a back end to a VB app, so I want the trigger to run during certain data...
Zones: MS AccessDate Answered: 11/10/1999 Views: 0
hi, I have a table which has a field called USERNAME, this is a non KEY and NULL field. I want not to duplicate entries in this field and raise an error when an attempt is made. For this ...
Zones: OracleDate Answered: 12/23/1999 Views: 0
I am creating an oracle database using ODBC.. everything works except the triggers.. they all produce this error: PLS-00103: Encountered the symbol "" when expecting one of the following:    ...
Zones: OracleDate Answered: 01/20/2000 Views: 22