Home
TeamSite
ASP.net to insert DCT form data into the database
System
Instead of using DataDeploy, is it possible in TeamSite to use SOAP request functionality in ASP.net to insert DCT form data into the database
directly?
Find more posts tagged with
Comments
brandon1
I have used a C#.NET console application (called from OD as a DNR) that does the following:
1. Takes the DCR's attached to the job and de-serializes them into an object.
2. Uses the object to populate a SqlCommand to a Sql server db
3. Calls the stored proc.
Your exact question was answered by JonathonG in a previous post.
http://devnet.interwoven.com/forums/cgi-bin/showthreaded.pl?Cat=&Board=DOWNLOADS_WORKFLOWS&Number=68548&Search=true&Forum=All_Forums&Words=jonathong&Match=Username&Searchpage=0&Limit=25&Old=allposts&Main=68546
This approach as defined in the post does the same thing as 1,2,3 above. But is called via a webservice from Teamsite.
Current Project: TS 6.1
Environment: Solaris