hey every one
please
i want to know how can i search about name
i use vb.net & SQL server 2000

Hi,

Firstly to get good response for ur thread, Post this in VB.net forum.

Open a Conn to SQL Server, and Add a Command Object, Change the Text like:
"Select * From emp Where EName Like '%ABCD%'"
Open a Datareader...
if datareader.EOF then No Match Found, else Read the data from datareader...

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.