Posts by User • 63 points
4 posts
-
1
votes1
answer803
viewsQ: Change path linked table ms access
I have 2 database that to be used in an application copy them from the server on the user’s local machine. Between these two banks I have a linked table, I need that when I copy to the local…
-
2
votes1
answer528
viewsA: Show / Hide console in an application in c#
Follows the code: using System.Runtime.InteropServices; [DllImport("kernel32.dll")] static extern IntPtr GetConsoleWindow(); [DllImport("user32.dll")] static extern bool ShowWindow(IntPtr hWnd, int…
-
2
votes1
answer528
viewsQ: Show / Hide console in an application in c#
I looked for how to show/hide the console in a c# application in the English forums and could not find it. Looking at international I came across several solutions but I found one very easy to apply…
-
1
votes0
answers79
viewsQ: What is the best way to do database replication?
I have an application in WPF + MS ACCESS where users register, query, etc. The main server is located in SP, but we have branches in RJ, BA, MG, PR, RS, GO, etc, which also access the tool. Due to…