Posts by Diego Well • 77 points
3 posts
-
0
votes1
answer161
viewsQ: How to view data from various tables in Datagridview?
I’m trying to display several tables on DataGridView, from a database that is Entity Framework. Example, person table, address. I tried to use pessoa.BindingSource, then comes the address list, but…
-
3
votes1
answer205
viewsQ: Implement Triggers in Postgre
It has how to implement a Rigger to work in a column that is present in all tables of the database?
-
2
votes4
answers3505
viewsQ: How to generate random characters or string?
How to specify the number of times a character can repeat? Ex: I have ABC, where C should repeat 4 times in a new string 6-character: ( AB CC CC ) or (AC CB CC) or ( AC CC CB ) To can only enter…