Well I'm really going for it now! I'm creating a new package for Umbraco where I need a package action which adds an entry into the Macro property types table.
I've never done this before and was wondering if anyone had an syntax examples of adding an entry to the DB using package actions?
Check out the code on Codeplex, there's plenty of examples of creating new package actions not included in the core. And if it's working, add it as a patch to the project for contribution (TIA).
Package Action - Add Entry To DB
Well I'm really going for it now! I'm creating a new package for Umbraco where I need a package action which adds an entry into the Macro property types table.
I've never done this before and was wondering if anyone had an syntax examples of adding an entry to the DB using package actions?
Lee,
Check out the code on Codeplex, there's plenty of examples of creating new package actions not included in the core. And if it's working, add it as a patch to the project for contribution (TIA).
Cheers,
/Dirk
Hi Lee,
In the Package Action Contrib project there is an Execute SQL action that will allow you to do this.
Cheers,
Chris
Thanks chaps that's exactly what I was looking for :)
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.