Showing related tags and posts accross the entire site.
-
Hi i have database with these tables User { IdUser, Name , Surename, Username, Password } ProfesorData { IdUser, JMBG } AdministratorData { IdUser, JMBG } In form for administering profesors i have made fields required to insert new User and ProfesorData. Now problem is how to display a list of all Profesors...
-
When I deep load a UserRole entity then do a bunch of processing setting various properties including changing the UserID (which is a foreign key reference to my User entity) then deep save my UserRole, the UserID reverts to the UserIDSource value for UserID instead of what I've set it too. Example...
-
I am working through the NUnit tests specifically with a One To One Relationship table. I had an item where the DeepLoad was failing on a time out. The DeepLoad was trying to get an item that had been created under the transaction but not using the transaction manager. The NUnit test also wasn't sending...