|
-
Dec 3rd, 2003, 01:10 AM
#1
Thread Starter
Fanatic Member
Find a record in a datareader
Is it possible for me to find a record in a datareader .. I use below code .. (I don't want to use "Where clause in my SQL statement")
Dim mKode as string
Dim mSQLCheckData As String = "Select * from MyTable01 Order by Kode"
Dim DataReader As SqlDataReader
Dim SQLCommand As New SqlCommand(mSQLCheckData, SqlConnection1)
SqlConnection1.Open()
DataReader = SQLCommand.ExecuteReader()
--
--
--
SqlConnection1.Close()
please help
TIA
Winanjaya
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
|