Posts by Rafael Testa • 63 points
3 posts
-
1
votes1
answer71
viewsQ: How to Relate a Table to Another Table where the field to relate is an XML
I have an SQL Server database from a system that has been discontinued. In this database, there is a table MOVIMENTACAO and a table EQUIPAMENTO, where would set up a relationship N:N. The problem is…
-
1
votes1
answer133
viewsQ: Component to replace Gridview
I’m having a lot of problems with Gridview in Asp.Net that are taking me seriously, especially the paging and exporting part of the data. Is there any other free component on the market, which…
-
4
votes1
answer954
viewsQ: How to create a foreign key in a table where data already exists, in Entityframework with Code-First?
I have a system already in production of which the client requested a modification. The modification is the creation of an EMPLOYEES table that will relate to the MOVEMENT table, creating a 1:N…