Showing related tags and posts accross the entire site.
-
I am in the process of converting a site (written by someone else) to use .net tiers on the back end. We have a number of stored procs which return XML. The reasoning behind generating the XML within a proc is solid and is the most efficient way getting the desired data. I've been searching the forums...
-
Greetings If you've been looking for a Database Schema API that is a bit more intuitive than the one that ships with Code Smith and one that handles relationships such as 1:1, 1:M, M:1, M:M and recursion and also has a built in expression parser, then do yourself a favour and check this new API out...
-
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 have exactly the same problem. Two times my custom stored procedures had been deleted on same conditions ( Nettiers version 2.0.1.471 )