G 
		
								
				
				
			
		Guest
i have info table in sql server 2000
INFO:
name surname
______________________________________
1 Null
select * from INFO where name=@name and surname=@surname
i run this and input
name=1
surname=
but then no results turn back empty why???????
				
			INFO:
name surname
______________________________________
1 Null
select * from INFO where name=@name and surname=@surname
i run this and input
name=1
surname=
but then no results turn back empty why???????
	