Showing related tags and posts accross the entire site.
-
Hello all, I have a page with a repeater on it that is consuming data from a custom stored procedure. This procedure does paging and handles some funky logic under the hood (otherwise I would have used the built-in version). On my stored proc, I'm returning a dataset that nettiers correctly interprets...
-
I initially used "_{0}_" as custom store's format string, tried later with "sp_{0}_" and problems repeats. I create a "Clients" table with "IdClient" , "Name" and "BirthDate" columns. Then i make a custom store named "sp_Clients_Show"...
-
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 the...
-
Hi People i have this Sp and i try everything but wen i try to generate the code, nettiers tell me that the sp is not in the correct format. Could please somebody in the nettiers team help me... Thanks!!! this is my sp set ANSI_NULLS ON set QUOTED_IDENTIFIER OFF GO ALTER PROCEDURE [dbo].[_Negocios_AdvancedSearch...
-
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...
-
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...
-
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...
-
I have exactly the same problem. Two times my custom stored procedures had been deleted on same conditions ( Nettiers version 2.0.1.471 )
-
I have the same problem... I try everithing but im still getting the same error. I don't know what is the problem.. please if somebody could help.