|
-
Aug 26th, 2003, 11:06 PM
#1
Thread Starter
Hyperactive Member
Filtering Records
I am using this code to select the record I want but I encounter an error.
Dim drsql As New OleDb("SELECT * FROM employee WHERE empno like '" TextBox1.Text "'", OleDbConnection1)
'Dim DataSet11 As New DataSet()
DataSet11.Clear()
drsql.Fill(DataSet11, "Employee")
DataGrid1.DataSource = DataSet11
Kindly correct this for me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|