User Profile

Collapse

Profile Sidebar

Collapse
sai124
sai124
Last Activity: Oct 27 '07, 03:30 PM
Joined: Oct 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sai124
    started a topic trigger

    trigger

    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.
    See more | Go to post

  • sai124
    replied to a binary tree error
    in C
    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....
    See more | Go to post

    Leave a comment:


  • sai124
    replied to a binary tree error
    in C
    [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...
    See more | Go to post

    Leave a comment:


  • sai124
    replied to a binary tree error
    in C
    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.>...
    See more | Go to post
    Last edited by Ganon11; Oct 15 '07, 03:49 PM. Reason: Please use the [CODE] tags provided.

    Leave a comment:


  • sai124
    started a topic a binary tree error
    in C

    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.
    See more | Go to post

  • sai124
    replied to pl/sql using cursors.
    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...
    See more | Go to post

    Leave a comment:


  • sai124
    replied to pl/sql using cursors.
    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...
    See more | Go to post

    Leave a comment:


  • sai124
    replied to pl/sql using cursors.
    is it necessary to update hra,da,lic...et c or else its enough with basic?...
    See more | Go to post

    Leave a comment:


  • sai124
    replied to i want a hashing program in c++
    in C
    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?...
    See more | Go to post

    Leave a comment:


  • sai124
    replied to triggers
    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?...
    See more | Go to post

    Leave a comment:


  • sai124
    started a topic pl/sql using cursors.

    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...
    See more | Go to post

  • sai124
    replied to triggers
    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)....
    See more | Go to post

    Leave a comment:


  • sai124
    started a topic triggers

    triggers

    hi
    I created a trigger, but atlast it displayed "trigger created with compilation errors".what is compilation error?
    See more | Go to post

  • sai124
    started a topic i want a hashing program in c++
    in C

    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.
    See more | Go to post
No activity results to display
Show More
Working...