Total members 11890 |It is currently Tue Apr 23, 2024 10:51 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





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());


}
}




Author:
Newbie
User avatar Posts: 6
Have thanks: 0 time
Post new topic Reply to topic  [ 1 post ] 

  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     -  
 HELP CONNECT SQL SERVER 2005 WITH PHP 5.2.6     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com