검색기능 만들고 있는데m_adpt.SelectCommand = New SqlCommand("Select * from [학생관리] where [이름] like '* txtSelect.Text *'", m_con)txtSelect 에 입력한 글 앞뒤로 검색하게 하 하려는데학생관리 표에서 이름 속성에서 검색하게 하려고해.저기서 뭐가 틀린거야?
잘 모르겠지만 *\"+txtSelect.Text+\"* 가 되어야 하지 않을까요