Top "Executereader" questions

A Microsoft .NET method that sends the `CommandText` to the `Connection` and builds a `SqlDataReader`.

How to populate arraylist with SQL query?

I am developing a VB.NET ASPX file. This report is currently working but now I want to add a …

sql vb.net executereader
Is it possible to use ExecuteReader() twice?

I'm programming a database manager for a gameserver called OTServer, and I'm having problems using executereader() the second time. Here's …

c# mysql odbc executereader
C# MySQL ExecuteReader

I have a problem with my C# project. I use a MySQL database and I use the MySQL Connector driver …

c# mysql executereader connection-leaks