Posts by william silva • 3 points
3 posts
-
0
votes0
answers23
viewsQ: Rename Dll output C# Projetoform VB-2019
What I want is to rename the dll without losing the reference . Example : System.Threading.Tasks.Extensions.dll for TRANSPCONSUMIR.System.Threading.Tasks.Extensions.dll But when I just rename, he…
-
0
votes1
answer46
viewsQ: SQL : Insert if Not Exist
Doubt: I made a form in C# connecting to the bank I wanted to know how I can include in this query the if not exits @param1 In order to avoid duplication. Link to the Reference Code: Mysql: Insert…
-
0
votes1
answer688
viewsA: How do I write a file in c with names of several variables?
you can rename the file use the function name PROTOTYPE: int rename (const char *Caminho_com_nome_antigo, const char *Caminho_com_nome_novo);
canswered william silva 3