Click here to Skip to main content
15,867,568 members
Home / Discussions / Database
   

Database

 
Questionhow to rertrieve only 3 columns out of 7 columns using queryForObject in jDBCTmplate????am unable use correct syntax to retrieve only 3 columns in JdbcStudentDAO Pin
LOKENDRA YADAV12-Jul-17 21:09
LOKENDRA YADAV12-Jul-17 21:09 
SuggestionRe: how to rertrieve only 3 columns out of 7 columns using queryForObject in jDBCTmplate????am unable use correct syntax to retrieve only 3 columns in JdbcStudentDAO Pin
Richard Deeming13-Jul-17 7:57
mveRichard Deeming13-Jul-17 7:57 
QuestionWant to Import Data from Salesforce into SQL Server using SSIS Pin
indian14312-Jul-17 10:35
indian14312-Jul-17 10:35 
AnswerRe: Want to Import Data from Salesforce into SQL Server using SSIS Pin
Mycroft Holmes12-Jul-17 14:23
professionalMycroft Holmes12-Jul-17 14:23 
GeneralRe: Want to Import Data from Salesforce into SQL Server using SSIS Pin
indian14317-Jul-17 8:02
indian14317-Jul-17 8:02 
GeneralRe: Want to Import Data from Salesforce into SQL Server using SSIS Pin
Richard MacCutchan17-Jul-17 9:48
mveRichard MacCutchan17-Jul-17 9:48 
AnswerRe: Want to Import Data from Salesforce into SQL Server using SSIS Pin
Member 1362406015-Jan-18 6:13
Member 1362406015-Jan-18 6:13 
QuestionGet following Error when Loading the SSIS Package using C# Code Pin
indian1436-Jul-17 14:04
indian1436-Jul-17 14:04 
Hi,

I am getting the following error when I am trying to load SSIS Package using C# code:
Microsoft.SqlServer.Dts.Runtime.Package, ErrorCode : -1073676264, Description : Error loading value "<DTS:Property xmlns:DTS="www.microsoft.com/SqlServer/Dts" DTS:Name="PackageFormatVersion">6</DTS:Property>" from node "DTS:Property".
, SubComponent: , HelpFile, HelpContext0, IdofInterfaceWithError

I got this error through the Event Listener I passed into the Load method call. This code was working before but suddenly stopped Working. The changes that happened in this mean time are, I needed to change my laptop, as it is new Laptop I needed to install all Software, some of them I installed online Evaluation versions like SQL Server 2008 R2 and 2012 because they were not available in there.

Here is the code that I used to load the Package from FileSystem:
if (!string.IsNullOrEmpty(PackagePassword))
                            {
                                _app.PackagePassword = PackagePassword;
                            }

                            //DTSEventListner eventListner = new DTSEventListner();
                            _Pkg = _app.LoadPackage(packageFullPhysicalPath, Listerner);
                            _PkgLocation = packageFullPhysicalPath;
                            _Status = DTSPackageStatus.Loaded;

Any help would be very helpful. Thanks in advance.

Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."
AnswerRe: Get following Error when Loading the SSIS Package using C# Code Pin
Richard Deeming7-Jul-17 0:47
mveRichard Deeming7-Jul-17 0:47 
GeneralRe: Get following Error when Loading the SSIS Package using C# Code Pin
indian1437-Jul-17 8:44
indian1437-Jul-17 8:44 
GeneralRe: Get following Error when Loading the SSIS Package using C# Code Pin
indian14310-Jul-17 9:37
indian14310-Jul-17 9:37 
GeneralRe: Get following Error when Loading the SSIS Package using C# Code Pin
Richard Deeming10-Jul-17 9:50
mveRichard Deeming10-Jul-17 9:50 
GeneralRe: Get following Error when Loading the SSIS Package using C# Code Pin
indian14310-Jul-17 11:17
indian14310-Jul-17 11:17 
GeneralRe: Get following Error when Loading the SSIS Package using C# Code Pin
Richard Deeming11-Jul-17 1:28
mveRichard Deeming11-Jul-17 1:28 
GeneralRe: Get following Error when Loading the SSIS Package using C# Code Pin
indian14312-Jul-17 7:38
indian14312-Jul-17 7:38 
QuestionI am not able to view my data in my oracle forms 6i database is 11g Pin
Member 128515166-Jul-17 0:59
Member 128515166-Jul-17 0:59 
AnswerRe: I am not able to view my data in my oracle forms 6i database is 11g Pin
CHill606-Jul-17 1:35
mveCHill606-Jul-17 1:35 
AnswerRe: I am not able to view my data in my oracle forms 6i database is 11g Pin
ChuckIsThatYou26-Jul-17 18:59
ChuckIsThatYou26-Jul-17 18:59 
Questionms access 2016 database Pin
Mayank Kumar2-Jul-17 21:22
Mayank Kumar2-Jul-17 21:22 
AnswerRe: ms access 2016 database Pin
Richard MacCutchan2-Jul-17 22:03
mveRichard MacCutchan2-Jul-17 22:03 
GeneralRe: ms access 2016 database Pin
Mayank Kumar2-Jul-17 22:25
Mayank Kumar2-Jul-17 22:25 
GeneralRe: ms access 2016 database Pin
Mayank Kumar2-Jul-17 22:25
Mayank Kumar2-Jul-17 22:25 
GeneralRe: ms access 2016 database Pin
Richard MacCutchan2-Jul-17 22:35
mveRichard MacCutchan2-Jul-17 22:35 
GeneralRe: ms access 2016 database Pin
Mayank Kumar2-Jul-17 22:41
Mayank Kumar2-Jul-17 22:41 
GeneralRe: ms access 2016 database Pin
Richard MacCutchan2-Jul-17 22:44
mveRichard MacCutchan2-Jul-17 22:44 

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.