Showing related tags and posts accross the entire site.
-
Hi, I am using netTiers, and have successfully created aspx pages allowing to edit data of ONE database table each. BUT, how to edit information coming from 2 different tables linked together with a foreign key on ONE aspx page ? Here is the description of the problem: I have 2 tables: 'application'...
Posted to
Support
(Forum)
by
zoz
on
09-19-2008
Filed under: .netTiers, EntityDataSource, ObjectDataSource, Entities, Nettiers, C#, DataSet, VS2008, nettiers next, ForeignKeys, GetTableColumns, generating templates, CodeSmith, CodeSmith 5.0, Datasources filtering, Visual Studio
-
Hi, I am using netTiers, and have successfully created aspx pages allowing to edit data of ONE database table each. BUT, how to edit information coming from 2 different tables linked together with a foreign key on ONE aspx page ? Here is the description of the problem: I have 2 tables: 'application'...
Posted to
Support
(Forum)
by
zoz
on
09-18-2008
Filed under: .netTiers, EntityDataSource, ObjectDataSource, Entities, Nettiers, C#, DataSet, VS2008, nettiers next, ForeignKeys, GetTableColumns, generating templates, CodeSmith, CodeSmith 5.0, Datasources filtering, Visual Studio
-
Hi, I am trying to create unit tests layer using netTiers and so far everything seems ok with the generation of framework and Unit test framework but whenever I try to run any test using NUnit interface or TestDriven.net add-in I get following exception. TestCase 'Framework.UnitTests.UsersTest.TestTwoNum'...
-
We have oracle DB here and I want to generate class to write Insert Update Delete and Fill methods. Can anyone give me a clue to start on ?