in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • How to move DataAccess to custom Controls?

    I have separate controller classes for accessing the ServiceLayer Componentlayer. Each controller class simply has a shared method that returns the necessary information from within the servicelayers. Previously I have kept these under the GUI project in a separate folder. It has come to the point that...
    Posted to .netTiers - General Support (Forum) by ecathell on 04-03-2007
    Filed under: Windows Form, Typed DataSource Controls, Winforms, Service layer, Data Layer SqlClient
  • Re: problem with a non-abstract ProviderBase class

    I think I'll have to defer to someone who was more integral to the design of NetTiers (Robert?) as I've only shown what works for me. "Stan the Man"'s (I wondered what happened to Mr. Collymore ) suggestion seems like a good option though. Robert can you comment on the nature of the Data.SqlClient layer...
    Posted to .netTiers - General Support (Forum) by swin on 01-30-2007
    Filed under: Data Layer SqlClient
  • Identity Columns

    I have an issue with Nettiers. I wish to copy database records from one database to another database using .Nettiers data layer. However when creating the new record in the receiving database I wish to keep the same Identity column value. How would I do this using .net tiers? What I'm trying to do...
    Posted to .netTiers - General Support (Forum) by matt@kiwilamb.com on 06-13-2007
    Filed under: .netTiers, Multiple Databases, Data Layer SqlClient, Database
  • How can i use 2 database in one application

    in our application , there is only one sqlserver database in used. when customer view a report page ,it need run many sql query and cause system became slow. to avoid this problem ,we try to duplicate data to another sqlserver database ,and try to run query in that database. so, the question is how can...
    Posted to .netTiers - General Support (Forum) by simonHong on 11-07-2007
    Filed under: Data Layer SqlClient, Database
  • New to Net Tiers

    Hi all, I am new to Net Tiers, and just have a couple of basic questions. Would appreciate the insight of those with experience using net teirs! I have created a entity, services, and data layer. 1) When do i use which layer and for what? a) Should i ever access the DataRepository directory like so:...
    Posted to .netTiers - General Support (Forum) by adamknight on 11-29-2007
    Filed under: .netTiers, .netTiers Providers, EntityDataSource, Service layer, Entity Layer, Entities, ServiceLayer, Data Layer SqlClient, .net 2.0, Nettiers User Groups, DataRepository......Find, DataRepository, EntityDataSource Service Layer Query Custom Method SelectMethod SQL
  • Generating a big entity

    Hi, I am trying to improve performance of a big entity i have (simple select takes 8 seconds). It has too many fields (and some of it are very heavy) that I'm not using and I dont want to generate it. Is there any way to generate some of the fields and not all of it? thank's Itai
    Posted to .netTiers - General Support (Forum) by itai_mo on 01-21-2008
    Filed under: .netTiers, Entities, Data Layer SqlClient, entity
  • What the ... ???

    I'm using Nettiers 2.2 and very happy with it. Lately we tracked down a problem that occurred when we did a MarkForDelete() on all children, followed by the parents and executed with DeepSave(). We run into a problem in that it generated an exception that turned out to be a foreign key contraint...
    Posted to .netTiers - General Support (Forum) by kolsson on 04-16-2008
    Filed under: Data Layer SqlClient
  • Re: Nettier & Infragistics 2006 V3 for .Net 2.0 , Please help me now!!!

    TableService service = new TableService (); TList < Table > List= service .GetAll(); Ultragrid.DataSource = List;
    Posted to .netTiers - General Support (Forum) by huwko on 05-07-2007
    Filed under: Data Layer SqlClient
Page 1 of 1 (8 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems