Showing related tags and posts accross the entire site.
-
I wrote a custom stored procedure that uses inner joins to join 2 tables and return a dataset. Nettiers recognizes that it is a custom stored procedure in my database but I have no way of accessing it through the datasource as a SelectMethod. My code for the SP is below. My goal is to use this as my...
-
We have created several small client applications with .netTiers and have been very happy with the templates. We are now looking at using .netTiers with out internal CRM application and we are seeing some areas where we might have some issues. Scenario 1: When adding a new appointment (and many other...
-
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...
-
I wish to copy database records from a Staging database to a Live database using .nettiers data layers methods. But I need to ensure that the identity columns are identical. How could I achieve this with .nettiers? Thanks Matt
-
I have exactly the same problem. Two times my custom stored procedures had been deleted on same conditions ( Nettiers version 2.0.1.471 )