in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • trouble with custom sproc

    First as I understand it, if my return values on my custom sproc are ordered right, it should return my object? here is my sql code for the sproc I am trying to write. SELECT City, State, ZipCode, AreaCode, TimeZone, MAX(CacheTime) AS CacheTime FROM dbo.USZipCache GROUP BY City, State, ZipCode, AreaCode...
    Posted to .netTiers - General Support (Forum) by ecathell on 04-27-2007
    Filed under: Custom Stored Procedure, Cutom Stored Procedures
  • Re: Advance Search Problem

    I create a custom sp and try to do that search but is a dynamic SQL. And aperently nettiers do not support that kind of sp. Im new in nettiers so what do you suggest i should do? This is the SP. CREATE PROCEDURE [dbo].[_Negocios_Search] ( @Neg_NegocioID varchar(10)='', @Neg_Nombre varchar(100)='', @Neg_Calle...
    Posted to .netTiers - General Support (Forum) by elfederiko on 03-29-2007
    Filed under: .netTiers, Custom Stored Procedure, Cutom Stored Procedures, .net 2.0
  • Re: Custom sp expected format. Help Please!

    Ok i really don't understand why is the format that nettiers espect os the SP. Please if someone in the nettiers team just tell me what is the problem. Thanks. Here is my sp -------------------------------------------------------------------------------------- CREATE PROCEDURE [dbo].[_Negocios_Search...
    Posted to .netTiers - General Support (Forum) by elfederiko on 03-29-2007
    Filed under: .netTiers, Custom Stored Procedure, Cutom Stored Procedures, .net 2.0
  • Bind to First T<List> Entity

    Hi, This is a duplicate post but since I'm still searching for an answer I'm posting again. I apologise but I really need to find a solution to this problem. I have a list of Installations, related to an Installation is a list of Images. When listing Installations I want to select the 1st Image of the...
    Posted to .netTiers - General Support (Forum) by bevan on 03-26-2007
    Filed under: .netTiers, Custom Stored Procedure, ObjectDataSource, Cutom Stored Procedures, Entities, .net 2.0
  • Custom Stored Procedure Insert/Delete error status

    Off and on I've been searching through the forums to discover the best way to handle this. I have two custom stored procedures: one to insert a record and one to delete a record. They're custom procedures as they don't fit an entity structure because they need to check on a related table a couple tables...
    Posted to .netTiers - General Support (Forum) by ovalsquare on 11-30-2006
    Filed under: Cutom Stored Procedures
  • My Custom StoredProcedures are not returning TList<Entity>

    Hello guys, This seems to be weird issue but I cannot get my custom StoredProcedure to return collection I am still getting default DataReader. I have tried nearly everything: I prepared _tblAddress_GePagedTest SP and copyied all SQL code from existing generated (byCodeSmith 4.0) SP named dbo.tblAddress_GetPaged...
    Posted to .netTiers - General Support (Forum) by croco on 11-29-2006
    Filed under: Cutom Stored Procedures
  • Custom Method (from SP when using output params) FIX

    Hi I found a bug in .netTiers v2.0.1.471 when generating custom methods from a store procedure that is using output params. This bug is that in the \DataAccessLayer.SqlClient\SqlEntityProviderBase.generated.cst file in the CUSTOM METHODS section where the outputValues string is building: <% //Set...
    Posted to .netTiers - General Support (Forum) by acecebov on 06-21-2007
    Filed under: Cutom Stored Procedures
Page 1 of 1 (7 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems