in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • time out expired when saving

    Hello I have code like this protected void TPWareHouseDataSource_AfterInserted(object sender, iti.srs.Web.Data.LinkedDataSourceEventArgs e) { iti.srs.Entities.TPWareHouse wh= (iti.srs.Entities.TPWareHouse)e.Entity; int IDP = wh.Id; TList<iti.srs.Entities.TpgAP> anaks = (TList<iti.srs.Entities...
    Posted to .netTiers - General Support (Forum) by emailnyaoki on 08-18-2007
    Filed under: DataSource, DataRepository
  • Multiple Databases Revisit

    Connecting to multiple databases has been covered but here is a new twist: Background I have code-generated the base requirements to the source database. I have been able to get additional SQL Server connections to work by adding a SqlNetTiersProvider at run-time. Question The application needs to connect...
    Posted to .netTiers - General Support (Forum) by lordh on 10-12-2007
    Filed under: ConnectionString, DataSource, oracle, DataRepository
  • DataRepository.[tableprovider].Find(string whereClause)-problem.

    Hi all, I have a newbie question that I can't seem to figure out myself: I have a database table, "Table1", that holds a couple of Guid-identifer fields, EventID and CompanyID. These Guid-identifiers have their own "Get"-methods in the auto-generated DataRepository.Table1Provider...
    Posted to .netTiers - General Support (Forum) by DonRex on 11-07-2007
    Filed under: DataRepository, Find
  • 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
  • DataRepository dynamic connection string

    Hello, I'm working with dinamic connection strings and I have done it correctly in the Service Layer using this sentences: MyProject.Service.ConnectionScope.Current.ConnectionStringKey = "DinnamicConnectionStringKey"; MyProject.Service.ConnectionScope.Current.DynamicConnectionString = newConnectionString;...
    Posted to .netTiers - General Support (Forum) by xas on 11-09-2007
    Filed under: ConnectionString, DataRepository
  • Getting Started... WebConfigurationManager issues in DataRepository

    Hello, I've created my project - I can run the NUnitTests stuff, but when I try to access the data providers in my own application, I get an error in the DataRepository, as soon as the DataRepository.Provider member is accessed (which is in turn trying to access a section called "netTiersService"...
    Posted to .netTiers - General Support (Forum) by jkannen on 02-15-2008
    Filed under: .netTiers, Configuration, DataRepository
  • Connection String at start up

    Hi, I have a windows app that uses the default .netTiers connection string at startup ( netTiersConnectionString ), however, as this is connection string in the application I am unable to change this during runtime. I need to find a way to be able to edit the connection string during runtime and it use...
    Posted to .netTiers - General Support (Forum) by MarChin on 03-03-2008
    Filed under: .netTiers, Winforms, ConnectionString, C#, .net 2.0, ConnectionScope, DataRepository
  • Basic Data Question

    Hi all, Basic .NETTIERS question. If i need to exclude certain fields in an insert or update how do i go about doing this in nettiers. Do i have to write my own procedure and have it wrapped into the generated .nettiers api? An example of doing this may be, say CreatedDt would be populated on insert...
    Posted to .netTiers - General Support (Forum) by adamjknight on 05-12-2008
    Filed under: .netTiers, Custom Stored Procedure, Entities Service object at run time, Database, DataRepository
Page 1 of 1 (8 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems