Showing related tags and posts accross the entire site.
-
I have an issue with Nettiers. I wish to copy database records from one database to another database using .Nettiers data layer. However when creating the new record in the receiving database I wish to keep the same Identity column value. How would I do this using .net tiers? What I'm trying to do...
-
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