Questions tagged [mysqldatareader]

Reads a forward-only stream of rows from a MySQL database.

Reads a forward-only stream of rows from a MySQL database. To create a MySqlDataReader, you must call the ExecuteReader method of the MySqlCommand object, rather than directly using a constructor.

107 questions
-1
votes
1 answer

How make multiple MySqlDataReader If statement in VB.net?

Hello I wanna make if statement with multiple MySQLdatareader. I dont know it will work or not. Someone help me for fixing my code, please. This is my sample code. Sub Emailusernameexist() Dim sCommand1 As MySqlCommand = New MySqlCommand("SELECT *…
-1
votes
3 answers

request in while loop

I work with this code:
1 2 3 4 5 6 7
8