Posts by Odacir Cristofolini • 35 points
2 posts
-
0
votes1
answer177
viewsQ: sub-query with main query parameter
I have this query: SELECT id_arquivo, nome_arquivo, etapa, em_uso, em_uso_por, processo_concluido, obs_temp_etapa_atual, cod_funcionario_dev, status_devolucao, devolvido_por,…
-
3
votes1
answer155
viewsQ: Retrieve data via JSON by URL in C#
I need to get data via JSON, through a URL, this link: https://cryptohub.online/api/market/ticker/egx/ I’m trying with the code below, but I already get error as soon as it downloads the string. The…