in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Angel Solutions Ltd Templates

    Hello All, We have developed a set of C# templates, which have now been used with a few of Angel’s ASP.NET/SQL Server based products. Please feel free to use and criticize the templates, which we hope you will find helpful. The templates create a, Data Layer Data Abstraction Layer GUI Layer Business...
    Posted to Templates (FileGallery) by winstanley_john on 12-28-2005
    Filed under: Data Access Layer, Stored Procedures, C#
  • .netTiers

    .netTiers are CodeSmith templates for object-relational mapping that takes an existing SQLServer database and automatically generates a personnalized Data Tiers application block to use in your .Net applications. Core features include: Generates ready to use Visual Studio projects and solution. Fully...
    Posted to Templates (FileGallery) by dSquared on 12-19-2005
    Filed under: Data Access Layer, Stored Procedures, C#, SQL
  • Problem with timestamp columns that looks like CONCURRENCY_TIMESTAMP

    The problem is that generated code should look like: .... SELECT @ReturnedConcurrencyTimestamp = [CONCURRENCY_TIMESTAMP] FROM [dbo] . [T_SOME_TABLE] WHERE [SOME_TABLE_ID] = @SomeTableId .... But it looks like .... SELECT @ReturnedConcurrencyTimestamp = [ConcurrencyTimestamp] FROM [dbo] . [T_SOME_TABLE...
    Posted to .netTiers - Bug Reports (Forum) by Jarmo Blomster on 02-07-2008
    Filed under: Stored Procedures
  • Only update modified fields

    I'd like to see the update routines only update the fields that have been modified. As it is, I need to ensure that I have either gotten the record from the database, update the data, and then update the database; or that I have gotten all fields from the client application. Right now, we're...
    Posted to .netTiers - Feature Requests (Forum) by ChuckB on 01-17-2008
    Filed under: entities improvement suggestion, Stored Procedures, custom stored procedures, .netTiers, OnColumnChanged
  • Re: Are Dynamic Finds Thread Safe?

    Try the patch attached to this post, i think it is caused by the lack of a lock on the indexer property, this simple patch just ensures the hashtables are initialized fully before being accessed. Please let us know if this fixes your issue, so that it may be incorporated into the release by the .netTiers...
    Posted to .netTiers - Bug Reports (Forum) by GRAW on 10-29-2007
    Filed under: Stored Procedures, sqlclient, SqlEntityProvider Find
  • Are Dynamic Finds Thread Safe?

    Hi, Hope someone can help here. I'm running a scheduled app to process multiple databases at once. It's designed to be multithreading and for the most part it works fine. The problem is that every so often I get the following error when processing one of the databases; System.ApplicationException...
    Posted to .netTiers - Bug Reports (Forum) by Nutter on 10-25-2007
    Filed under: bug, Stored Procedures, Multithreading, SqlEntityProvider Find, find_dynamic
  • Return VList for any selected stored procedure

    Hello, In nettiers we have : Tlist for tables + Tlist for its custom stored procedures. Vlist for views and for procs returning having the same resultset as for the view. But very often we use stored procedures to do some custom logic and return a resultset. We have several procedures for the logical...
    Posted to .netTiers - Feature Requests (Forum) by wimblomme@hotmail.com on 10-16-2007
    Filed under: Stored Procedures, VList
  • Indexed Properties And Custom Stored Procedures

    This feature request is broken into two parts, the latter being dependant on the former: I've been thinking about how nice it would be if properties were indexed by name, e.g. MyEntity["Name"]. This would allow for easier use of entities in generic code, and would eliminate the need for...
    Posted to .netTiers - Feature Requests (Forum) by MrBretticus on 07-10-2007
    Filed under: entities improvement suggestion, Stored Procedures, Entity, custom stored procedures
  • Custom Stored Procedure Does not return Dataset (anymore)

    Hi, I have a problem with a custom stored procedure. It does not return Dataset anymore (worked fine until now) when I am calling it from the Service of the entity which belongs. Stored Procedure : CREATE PROCEDURE [dbo].[usp_Material_FindMaterial_Like] @Code as nvarchar(50) AS BEGIN SET NOCOUNT ON;...
    Posted to .netTiers - Bug Reports (Forum) by geochatz on 07-04-2007
    Filed under: bug, Stored Procedures, dataset
  • Custom Stored Procedures are being erased.

    I have a problem with Nettiers version 2.0.1.471 . It's easy to reproduce. 1) Create a table with a column named "colX" 2) Create a Custom Stored Procedure that specify the name of the "Colx" in the order by clause (for example) 3) Generate and everything will be OK 4) Drop de...
    Posted to .netTiers - Bug Reports (Forum) by nachobornan on 06-19-2007
    Filed under: bug, Custom Stored Procedure, Stored Procedures, NetTiers
Page 1 of 2 (18 items) 1 2 Next >
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems