Posts by Abrahão Vendramini • 43 points
4 posts
-
0
votes1
answer78
viewsQ: How to configure Mysql for multiple connections?
Hello, I have a client with 3 points of sale, 1 office and 1 server. Such a server is Mysql. When a certain export routine is performed in the office, a query is executed that takes a while to…
-
0
votes2
answers287
viewsA: Decrease a Mysql value
You can create a Rigger or event (Trigger only occurs when an operation is triggered, type Insert, delete, update) to perform this operation daily, for example: CREATE EVENT event1 ON SCHEDULE EVERY…
mysqlanswered Abrahão Vendramini 43 -
0
votes1
answer566
viewsA: Error Report Viewer and Mysql: Visual Studio Enterprise 2017
I have installed the extension "Mysql for visual studio version 1.2.6 by Oracle inc" here in my visual studio and it is working perfectly. Probably what is happening is that you are passing wrong or…
-
3
votes1
answer1367
viewsQ: Convert MER (Entity Relationship Model) diagram to VB.NET or C#
I developed the diagram of the tables of the layout of the XML of Nfe, are 58 tables with its relationships. I would like to generate the classes automatically from the diagram or it can be through…