Posts by Fagner Antunes Dornelles • 44 points
3 posts
-
2
votes1
answer164
viewsA: How to make a Join in C#
Possibly the return will not be of type "clsModel", because it will contain the fields of tblModel + tblMarch. Try running sql without using this cast for clsModel type. Something like this: var…
-
0
votes1
answer28
viewsA: Why were views slow after migrating data via script in Firebird 2.5?
I was able to solve the problem, I was just recompiling the view. Well, I don’t understand why, but fortunately the problem is solved!
-
0
votes1
answer28
viewsQ: Why were views slow after migrating data via script in Firebird 2.5?
I’m working on a standardized database. I recently refactored her structure (A) by renaming all existing PK and FK, because they had the names that are automatically generated. When migrating data…