It is currently Tue Sep 07, 2010 7:44 am


All times are UTC [ DST ]


Ask on Codemiles community and get answers Free and Fast :

ASP.NET codes,ASP.NET tricks ,ASP.NET tips ,ASP.NET answers .and more

Our guest share with us your code snippets , your programming problems , your open source projects ,read articles and post yours .







Post new topic Reply to topic  [ 1 post ] 
  Print view Previous topic | Next topic 
Author Message
 Post 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  
 
| More
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 


 Similar topics
 Topic title   Forum   Author   Replies 
 How to connect to serial port using java  Java  msi_333  9
 clients cannot connect to server on another machine  Java  javamuggers  2
 request for apriori package  Java  Nagaraju  0
 HOW CONNECT WEB DEVELOPER 2008 TO MS ACCESS  ASP.NET  arxontoula  0
 How do I connect my form tomy database  ASP.NET  dapsin999  0

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  





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-2009
mileX v1.0 designed by codemiles team