Workflow foundation
How to connect sql database through windows workflow founadation
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepthi AravindPosted Mar 3, 2010, 11:11 PM
I am new to WF Technology.iam developing an application with WF(State machine)
In handle External Event Activity i hav included code for database connection.
But it is not getting.
Raaj KumarPosted Mar 1, 2010, 5:38 AM
It is just like normal database connectivity. You have a connection string, have the query in the form of Stored Procedures or simple query and execute using ExecuteNoNQuery or ExecuteScalar. The following site will give an overview about this,
http://premier-club.com/dotnet/Article/33416/0/page/2
Regards,
raaj