tsunami100
Programmer
Hi,
Does anybody know how i can use a fieldnaam in an sql-statement as a parameter.
IMPORTANT is that i'm trying to do this in the querybuilder from VB.Net so i can not use any strings
The user can choose Field1 or Field2 as param1
Is this possible ?
The statement above doens't work but gives you an idea what i mean.
I choose my username Tsunami so that everytime somebody see this, he or she will remember this disaster where i lost a good friend.
Does anybody know how i can use a fieldnaam in an sql-statement as a parameter.
Code:
Select Field1 ,Field2 From Database where param1 = param2
IMPORTANT is that i'm trying to do this in the querybuilder from VB.Net so i can not use any strings
The user can choose Field1 or Field2 as param1
Is this possible ?
The statement above doens't work but gives you an idea what i mean.
I choose my username Tsunami so that everytime somebody see this, he or she will remember this disaster where i lost a good friend.