Results 1 to 5 of 5

Thread: what is the meaning of this (@),plz explain

Threaded View

  1. #5
    Frenzied Member
    Join Date
    Jan 2009
    Location
    Watch Window(Shift+f9)
    Posts
    1,879

    Talking Re: what is the meaning of this (@),plz explain

    what is the meaning of this (@),plz explain
    hi
    normally we declare variable with prefix @ .means @x int means x is a integer type variable .without @ sign. sql compiler will understood its table or fields name .hope it is clear now .
    Code:
    @variableName datatype
    
    
     @x int                  --------sql server
     dim x as integer        --------in vb6 & in vb.net
    Last edited by firoz.raj; Jul 24th, 2012 at 04:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width