Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I'm working on my own workflow designer and runtime. For now, I'm storing the xaml files that contain my workflow into a folder so while executing my workflows I'm writing and loading from that folder. I want to change that and use a SQL Database instead.

So, what are my options? Should the database have a specific format? Should I use Workflow persistence?
Posted
Updated 19-Jul-13 0:08am
v2
Comments
RedDk 19-Jul-13 13:10pm    
Read up on XML in the SQL Server 2k8 Help Books-On-Line ... there is copious example from which to draw suitable conclusions wrt XAML. I find there is parser issue but that's me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900