I have a problem inserting the date in PostgreSQL, I have the following:
parametros.Add("descripcion", this.descripcion);
parametros.Add("fecha", this.fecha);
parametros.Add("estado", this.estado);
Program.da.SqlQuery("insert into schtiempos....
asked by
26.03.2017 / 14:11