Search:

Type: Posts; User: ajith007; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    3,341

    ASP.NET Re: What is event handling?

    Event can be associated with any objects like it could be textbox, buttons
    etc that you use to create the user interface.
    Now it's an action that is generated on performing any validations by...
  2. Answers
    7
    Views
    39,342

    SQL Server - Re: How to rollback my sql query

    declare @errorCode int
    set @errorCode=@@error
    if (-@errorCode<>0)
    begin
    rollback transaction
    end
    commit transaction
  3. Answers
    2
    Views
    3,501

    SQL Re: Set columns as not null

    dear

    ur question seems to be very obscure.Pls be more specific.
  4. Answers
    7
    Views
    39,342

    SQL Server - Re: How to rollback my sql query

    set errorcode to the particular instance of execution and then perform rollback transaction.
  5. Answers
    4
    Views
    7,247

    Re: Code to display input in reverse

    use reverse function
  6. Answers
    16
    Views
    7,103

    SQL Re: merge every few rows to one

    select distinct(tblGrades.user),tblGrades.subject,max(tblGrades.Grade)grad
    from tblGrades
    group by tblgrades.user,tblGrades.subject
    order by max(tblGrades.Grade)
  7. Answers
    3
    Views
    3,069

    SQL Re: Select specific purchase price

    u can try this one

    select productname from tablename
    where purchaseprice like '%980'
  8. Answers
    14
    Views
    40,826

    SQL Server - Re: How to view the structure of the table

    There are three levels in a DBMS i.e SQL
    a) External
    b)Conceptual
    c)Internal

    I guess ur question might be related to second level i.e conceptual.
    For that u can do one thing
    type this query...
  9. Answers
    2
    Views
    3,625

    ASP.NET Server Application error

    I am not able to run my web page.
    Whenever i try to run a web page it displays an "Server Application error".
    Where is the fault.
    I am not able to figure it out.
    I guess it has to do something...
Results 1 to 9 of 10
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact