• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Simple asp.net question

No Limit

[H]ard|Gawd
Joined
May 24, 2001
Messages
1,779
I'm working with asp.net and an Access database.

Code:
    Dim sSelect As String = "Select Email, Address, City, State, ZipCode, PhoneNumber " _
                                  & "From Customers Where Email = @Email"

What the heck does the "@" sign mean? The teacher in my class didn't explain it very well and the textbook doesn't either. I'm guessing it's something like pass-by-reference, but I doubt it..
 
Oh OK. I like how the teacher assumes that everyone knows what a parameter is...
 
Back
Top