Forum Replies Created

Viewing 6 posts - 31 through 37 (of 37 total)

  • RE: How to join Candidate and Qualification tables

    Hi,

    You have half understtod my problem.

    my requirement is select all record from candidates table and and only those records from qualification table who are graduate and if any candidate is...

    [font="Verdana"]Regards
    Kumar Harsh[/font]

    :unsure:

  • RE: Query Doubts

    Hi,

    Thanks a lot.

    It has also help me clear my concept.

    [font="Verdana"]Regards
    Kumar Harsh[/font]

    :unsure:

  • RE: Standard Store procedure look like

    Hi,

    Thanks a lot for advice.

    Like you mention,that you would add transaction and error handler,how will you go about it ?I just need a proper structure of it.

    Thanks

    [font="Verdana"]Regards
    Kumar Harsh[/font]

    :unsure:

  • RE: Standard Store procedure look like

    Hi,

    Listen, I am not passing value to empid which is identity(1,1).

    Fname and Lname are not null,but when null value pass,it accept it and do not throw any error.

    Try to understand...

    [font="Verdana"]Regards
    Kumar Harsh[/font]

    :unsure:

  • RE: Standard Store procedure look like

    Hi,

    It should not accept null values.Now it does and do not return any value and record get save.

    It should not accept null values at all.

    [font="Verdana"]Regards
    Kumar Harsh[/font]

    :unsure:

  • RE: Standard Store procedure look like

    Hi,

    You can assume anything.Though structure of my table is

    CREATE TABLE [emp] (

    [empid] [int] IDENTITY (1, 1) NOT NULL ,

    [Fname] [varchar] (100) NOT NULL ,

    [Lname] [varchar] (100) NOT NULL...

    [font="Verdana"]Regards
    Kumar Harsh[/font]

    :unsure:

Viewing 6 posts - 31 through 37 (of 37 total)