I wrote a simple SQL query to count the number of records in a table in a database. I've run it in MySQL successfully and it returns a count of 4711 each time without fail which is correct. When I converted this over to C# and try to run this in my program to return the count so I can reference it and display to my users it returns 0 100% of the time. Need some assistance figuring out what I'm doing wrong. I verified correct username and password and that I can already successfully access the database from visual studio without error and see the table I'm trying to do this count on.I wrote a simple SQL query to count the number