G
Gene
I'm confused with the select command,
sometimes, I need to use # and sometimes use &.
For example,
select * from employee where name ='" & TextBox13.Text & "'"
The problem is I don't know when to use which symbol ( # or & )
Can anyone help???
or Are there any website teaching this???
Did msdn.com provide a solution for me????
sometimes, I need to use # and sometimes use &.
For example,
select * from employee where name ='" & TextBox13.Text & "'"
The problem is I don't know when to use which symbol ( # or & )
Can anyone help???
or Are there any website teaching this???
Did msdn.com provide a solution for me????