Windows Workflow Foundation (WF) -- using llblgen for storage?

Posts   
 
    
greenstone
User
Posts: 132
Joined: 20-Jun-2007
# Posted on: 05-Nov-2010 20:49:31   

Hi,

Anyone have experience using llblgen with Microsoft's Windows Workflow Foundation? I'm not experienced with WF, but I understand the workflows, as default, use SQLServer to serialize the state of the workflow (as the workflow is in progress).

As my application has to run either on SQLServer or Oracle (customer's choice), it would be great if I could use llblgen to be my data storage mechanism (instead of the direct tie to SQLServer).

Thoughts and/or issues with this?

Thanks!

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 06-Nov-2010 04:00:43   

Hi Andy,

this is an example of a guy trying to work with both together:[http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7225](http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7225)

For the SQLServer and Oracle, using Adapter template set, wouldn't be difficult to use one DBGeneric project and two DBSpecifi (one for SQLServer and one for Oracle).

If you shows us an example of what exactly do you expect of any test that you want to run using LLBLGen, would be easier to pick a more specific answer.

David Elizondo | LLBLGen Support Team
greenstone
User
Posts: 132
Joined: 20-Jun-2007
# Posted on: 06-Nov-2010 15:59:53   

Hi Daelmo,

Thanks for pointing me to the other post. I don't have specifics yet...just trying to figure out the issues, and if there are any new enhancements since Windows Workflow Foundation has gone through a couple major versions since that posting a few years back. I might post on that thread to see the results any of those folks had.