Questions tagged as 'server'

1
answer

File download FTP server

some recommendation? my client receives the "file" but does not do any method to accept it, my client just sends the command to make it run on the server. this is my download method in my class commands public void download (String file...
asked by 19.04.2017 / 19:29
1
answer

Exclude records that are in another table in a [closed] query

select idConceptoGastos,rtrim(NombreConcepto) from Concepto_Gastos where not idConceptoGastos in (select IdConcepto from Reporte_Formulacion) and IdPartidaGastos = '1' and Vigente = '1' and not NombreConcepto = 'ALCOHOL DE 96°'and NombreConcept...
asked by 09.04.2018 / 18:38