CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • 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
Page 1 of 1 (4 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems