I solved my issue. When several of the "Execute SQL Task"'s failed. I copied the code from the stored procedure directly into the Task. It worked perfectly from there. Apparently the connection to SLQ Server was timing out.
I have a stored procedure to parse a name field. Every once in a while the SQL Data Task will fail stating
[Execute SQL Task] Error: Executing the query "SSISParseTheName2" failed with the following error: "The statement has been terminated.". Possible failure reasons: Problems with the...
Thanks for your reply. The data is from an application I am writing that creates two documents when our mainframe programmers complete their applications. Prior to moving them to production, they have to use my application to gather all of the required data. If they go in to do any edits...
How do I format a field on a SQL Server Reporting Service report to show all of the characters in a date. For January 5, 2008 I get 1/5/2008. I want to show 01/05/2008. The data type in the SQL Server 2005 database is SmallDateTime. Thanks for your help.
Penny
Thanks. I made the suggested alteration and I got past the .EDIT problem. Now, on the clients machine, the datagrid does not fill. In the following code, I look for a first and/or last name entered in text boxes on the form. I click the Search button and fire the cmdSearch_Click code. If...
I have a VB6 program using an ACCESS database. I have created an EXE and a SETUP package that includes all .OCX files, database, images and EXE. I installed the program on the clients machine but only part of it works. I opened the code on my home machine and the .EDIT action is not present...
I am trying to add two amounts of currency together. I have a function that will subtract them but when I change the minus to a plus it doesn't work. Can anybody tell me what I'm doing wrong? The function that works is:
Pass in $333.33 and $111.11
Function CalculateMissing(ByVal Total As...
I am using VB.NET version 7.1. This is NOT a Windows app it is a WEB app. I am converting from VB6. My program interfaces with another program which has a button that puts data on the clipboard. I need a button on my app that when clicked, will paste the data from the clipboard to a specified...
How can I open a VB6 app in a vb.net web form? I have a VB6 application that will accept a parameter that I need to open with a VB.NET Web Form. I tried using Shell("\\ServerName\Folder\ApplicationName.exe ParameterValue") with no luck.
Can anybody help.
Thanks
Can anyone help me determine the date of the Friday prior to any given day. Ex: Today is Thursday, November 4, 2004.
I need a query that will tell me that last Friday was October 29, 2004.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.