Switch to full style
You can find discussions, solutions and codes related to ASP.NET
Post a reply

connect SSIS package with ASP.net

Sun Jul 19, 2009 11:12 pm

i need help to connect SSIS package with ASP.net

i use This code but it show mee Failure




using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Collections.Generic;
using System.Text;
using Microsoft.SqlServer.Dts.Runtime;

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
protected void Button1_Click(object sender, EventArgs e)
{
Application app = new Application();
Package package = app.LoadPackage(@"c:\new\new\Package.dtsx", null);
DTSExecResult result = package.Execute();
Response.Write(result.ToString());


}
}



Post a reply
  Related Posts  to : connect SSIS package with ASP.net
 How to connect two computers and connect them with Internet?     -  
 SSIS .dtsx packages and .net     -  
 Uplading Files Dynamically Using SSIS     -  
 request for apriori package     -  
 C++ DES Encryption Package - Errors?     -  
 JLabel Class Example Swing Package     -  
 location of a package statement within a source code file     -  
 connect to MYSQL from ASP     -  
 Connect Dots     -  
 how to connect applet with excel     -