Hi,
I am publishing a infopath form field say status into sharepoint document library.Also i am firing a workflow when a new file is created.The approver can change the status by editing that property.Now,my problem is,i have to update it in database.So that when user opens the infopath form,using form load event i am getting that value from database and populating the changed status into the infopath form.
So,anybody please suggest me a way,how can i update that changed status to database from sharepoint document library?