Someone to help me, I'm doing a query in MySQL with C #, but it does not show me any data, this is the query I'm doing:
public DataTable Espera(String Programa, String FI, String FF)
{
DataTable dt = new DataTable();
String...
asked by
02.10.2018 / 00:04