Sorry i don't have the solution. Does anyone know what is a good and clean way to extract the columns specified in the WHERE clause in a SQL Command?
eg, SQL COmmand :
SELECT * FROM HELLOWORLD WHERE FNAME='JOHN' AND LNAME='DOE'
I want to be able to extract the texts 'FNAME' and 'LNAME'. Working with vb.net.
Ideas?