hi,
please tell the meaning of the following:
1) create trigger to trap some data entry errors like entering the age to be less than 10. A trigger on the database table sailors would trap such an error.
2)write active rules for a)the amount of loans should not exceed one lakh,or b) on gross salary 5 times.
User Profile
Collapse
-
i changed bst as node.
but what is "declaratio n terminated incorrectly" it is the error.is there any error un main function?it is showing in main function.what is meaning of that error.... -
[CODE=cpp]
#include <iostream>
template <class t>
class bintree
{
struct bst
{
t data;
struct bst *left,*right;
}*root,*nn,*tem p;
public:
bintree()
{
root=NULL;
}
void create();
void insert(node (*root),node (*nn));
void inorder(node (*temp));
};
template<class t>
void bintree...Leave a comment:
-
this is my program i cant get ans.
the errors are"type name is expected" and "declaratio n terminated incorrectly"
<MODERATOR NOTE: Code is below. This thread is a bit messy due to some weird forum errors.>...Leave a comment:
-
a binary tree error
hi
i wrote a binary search program in c++ using classes.but it is showing the errors that is type name expected,declar ation terminated incorrectly.
please help me. -
TABLE OF SALARY:
*************** *********
SID | MONTH | BASIC | DA(16%) | HRA(5%) | LIC(2%) | EPF(2%)|GROSS| NET
-----------------------------------------------------------------------------------------------------------------
22 DEC 4000 640 200 80 80 4840 3860...Leave a comment:
-
i updated.but when i add da,hra for gross it is showing an error that it has large precision . although i take round it is showing same error...Leave a comment:
-
is it necessary to update hra,da,lic...et c or else its enough with basic?...Leave a comment:
-
i dont know which method i should apply in c++ .to write a hash program do we want to use class or we can do without classes?or we can use recursive function?...Leave a comment:
-
no. in this computer there is no oracle software. i tried to install but after installation it is showing error in password .so i uninstalled it. can i ask u that question on triggers?...Leave a comment:
-
pl/sql using cursors.
hi
here is my pl/sql question.
WE HAVE INCREASE THE SALARY OF EMPLOYEES WHOSE RATING IS BETWEEN 1 AND 5 BY 0.05.WHENEVER SUCH A RAISE IT SHOULD MAINTAINED IN A sal_raise TABLE.THAT sal_raiseTABLE CONSISTS OF
SAILORS ID,DATE WHEN THE RAISE WAS GIVEN AND THE AMOUNT. the updation should be made in salary table. using cursors. the updation record should also kept in sal_raise table.
the salary table... -
but it displayed tigger created successfully with compilation errors.
**************
if any errors it should display.is'nt it?
but why it is telling that it created successfully(wi th compilation errors)....Leave a comment:
-
triggers
hi
I created a trigger, but atlast it displayed "trigger created with compilation errors".what is compilation error? -
i want a hashing program in c++
hi
iam learning data structures in c++.
i want a hashing program in c++ using seperate chaining method and also quadratic probing.
No activity results to display
Show More
Leave a comment: