Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
NewRelationType.cs contains SQL Server specific code in AddButton_Click (SELECT @@IDENTITY).
See how identities are retrieved in Umbraco... using synchronized methods and SELECT MAX... not pretty but works on SQL Server and MySql.
Hi Stephen,
Thanks for that, have added the source to CodePlex with that fix.
Cheers,
Hendy
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
SQL Server specific code
NewRelationType.cs contains SQL Server specific code in AddButton_Click (SELECT @@IDENTITY).
See how identities are retrieved in Umbraco... using synchronized methods and SELECT MAX... not pretty but works on SQL Server and MySql.
Hi Stephen,
Thanks for that, have added the source to CodePlex with that fix.
Cheers,
Hendy
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.