Total members 9951 | Gratitudes |It is currently Sat Feb 11, 2012 10:41 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Question
 Question subject: connect SSIS package with ASP.net
PostPosted: Sun Jul 19, 2009 11:12 pm 
Offline
Newbie
User avatar

Joined: Sun Nov 16, 2008 12:19 pm
Posts: 6
Has thanked: 0 time
Have thanks: 0 time

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


}
}


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 How to connect to serial port using java  Java  msi_333  11
 HELP CONNECT SQL SERVER 2005 WITH PHP 5.2.6  PHP  orion  0
 Connect Dots  C++ openGL examples  msi_333  0
 request for apriori package  Java  Nagaraju  1
 How do I connect my form tomy database  ASP.NET  dapsin999  1

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team