Extracting Variable data from Sql server using VB in C# - TechRepublic
Question
September 8, 2008 at 01:10 AM
stardust_sweeper

Extracting Variable data from Sql server using VB in C#

by stardust_sweeper . Updated 17 years, 10 months ago

hi guys, i am working on a project which require me to create a search function which search through my sql database and then display the datas which are selected.

for example
i have a data list with column : name , address, telephone number, age, gender.

i would need to type in the name and then search and display all data with the same name.

since the name that i type into the searchbox is everchanging, how would i be able to put it into the “WHERE NAME =” command of the sql

This discussion is locked

All Comments