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
...machine at work it performs perfectly, on the clients machine and my machine at home (even in development with VB6) the grids don't fill.
CODE:
*********************************************
Sub FillGrid(ByVal Query As String)
With Adodc1
.ConnectionString =...
...Sub Form_Load()
Today = Format(Now, "Short Date")
MakeConnection
Dim diff As Integer
'//Update the pets ages
Set rs = db.OpenRecordset("select * from pets")
With rs
Do While Not rs.EOF
diff = DateDiff("d", !AgeDate, Today)
If DateDiff("d", Today, !AgeDate) >= 365 Then...
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.