Click here to Skip to main content
15,907,687 members
Home / Discussions / Database
   

Database

 
AnswerRe: Second Highest Pin
WoutL5-Jun-06 23:16
WoutL5-Jun-06 23:16 
GeneralRe: Second Highest Pin
Mahesh Kulkarni6-Jun-06 20:05
Mahesh Kulkarni6-Jun-06 20:05 
GeneralRe: Second Highest Pin
Dinuj Nath6-Jun-06 20:46
Dinuj Nath6-Jun-06 20:46 
GeneralRe: Second Highest Pin
Mahesh Kulkarni6-Jun-06 23:20
Mahesh Kulkarni6-Jun-06 23:20 
QuestionNeed help with dynamic WHERE clause Pin
Slow Learner5-Jun-06 17:57
Slow Learner5-Jun-06 17:57 
AnswerRe: Need help with dynamic WHERE clause Pin
nguyenvhn5-Jun-06 20:30
nguyenvhn5-Jun-06 20:30 
GeneralRe: Need help with dynamic WHERE clause Pin
Slow Learner6-Jun-06 2:59
Slow Learner6-Jun-06 2:59 
QuestionRun Time Error While Execute Sql Server 2005 Integration Services package from C# Pin
Deepu M.I5-Jun-06 15:35
Deepu M.I5-Jun-06 15:35 
Hi

I am trying to Execute an SSIS Package from C# Dot Net.

Below the code i am using.

try
{
Application app = new Application();
Package package = app.LoadPackage("DTSPackage/WinServeMonitoring.dtsx", null);
DTSExecResult result = package.Execute();
label1.Text = "Package Execution " + result.ToString();


}
catch (Exception exp)
{
label1.Text = exp.Message.ToString();
}

I have added reffrence for DTS Run time (using Microsoft.SqlServer.Dts.Runtime;)

But I am getting an Error like this

Error 1 'Application' is an ambiguous reference between 'System.Windows.Forms.Application' and 'Microsoft.SqlServer.Dts.Runtime.Application' C:\Documents and Settings\vahqmd10\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 23 17 WindowsApplication1


Error 2 'Application' is an ambiguous reference between 'System.Windows.Forms.Application' and 'Microsoft.SqlServer.Dts.Runtime.Application' C:\Documents and Settings\vahqmd10\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 23 39 WindowsApplication1


Error 3 The type 'System.Windows.Forms.Application' has no constructors defined C:\Documents and Settings\vahqmd10\My Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\Form1.cs 23 35 WindowsApplication1

Can any one Help me !

Regards

Deepu M.I

Questiontime in sql server Pin
MohamadJaber5-Jun-06 9:28
MohamadJaber5-Jun-06 9:28 
AnswerRe: time in sql server Pin
Michael P Butler5-Jun-06 9:53
Michael P Butler5-Jun-06 9:53 
QuestionPassword ! Pin
MohamadJaber5-Jun-06 8:13
MohamadJaber5-Jun-06 8:13 
AnswerRe: Password ! Pin
Colin Angus Mackay5-Jun-06 8:37
Colin Angus Mackay5-Jun-06 8:37 
GeneralRe: Password ! Pin
MohamadJaber5-Jun-06 8:48
MohamadJaber5-Jun-06 8:48 
GeneralRe: Password ! Pin
Colin Angus Mackay5-Jun-06 8:52
Colin Angus Mackay5-Jun-06 8:52 
GeneralRe: Password ! Pin
MohamadJaber5-Jun-06 8:56
MohamadJaber5-Jun-06 8:56 
GeneralRe: Password ! Pin
Stephan Samuel6-Jun-06 3:53
Stephan Samuel6-Jun-06 3:53 
AnswerRe: Password ! Pin
albCode5-Jun-06 21:39
albCode5-Jun-06 21:39 
AnswerRe: Password ! Pin
r.stropek5-Jun-06 22:38
r.stropek5-Jun-06 22:38 
QuestionWhat is the query to take value stored in variable Pin
Syed Ali Raza5-Jun-06 5:01
Syed Ali Raza5-Jun-06 5:01 
AnswerRe: What is the query to take value stored in variable Pin
Colin Angus Mackay5-Jun-06 5:26
Colin Angus Mackay5-Jun-06 5:26 
GeneralRe: Thanks Pin
Syed Ali Raza5-Jun-06 12:05
Syed Ali Raza5-Jun-06 12:05 
Questionurgent sql, T-SQL help needed Pin
Naveed Kamboh5-Jun-06 2:19
Naveed Kamboh5-Jun-06 2:19 
AnswerRe: urgent sql, T-SQL help needed Pin
Rob Graham5-Jun-06 2:29
Rob Graham5-Jun-06 2:29 
GeneralRe: urgent sql, T-SQL help needed Pin
Naveed Kamboh5-Jun-06 3:17
Naveed Kamboh5-Jun-06 3:17 
QuestionProblem in SQL2005 how to solve it ?? Pin
papa19804-Jun-06 22:08
papa19804-Jun-06 22:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.