Hi,
Is it possible to use sql queries in vb?
I ask this because i need to make a search function to search an Access Database.
This is what i had i mind. i have made a form with field on it, say name and address. is it then possible to make a button and add the action
Is this possible? If yes is this the right code, if no, how should i do it then?
Is it possible to use sql queries in vb?
I ask this because i need to make a search function to search an Access Database.
This is what i had i mind. i have made a form with field on it, say name and address. is it then possible to make a button and add the action
VB.NET:
select * from mydatabase WHERE name = ."name". AND address = ."address".
Is this possible? If yes is this the right code, if no, how should i do it then?