Hi,
I am executing a SSIS package with sql server agent (2008 R2), the package runs with VS does not return errors, running it with the agent I get this error:
Code: 0xC0047062
Source: 2_esporta file excel 2_1select db cliente [1]
Description: System.Data.Odbc.OdbcException: ERROR...
I tryed also IsStr, but it doesn't run!
this is part of the code:
Set oInBox = oSession.Inbox.Messages
On Error Resume Next
Err.Clear
Set oFolder = oSession.Inbox.Folders("gestiti")
For Each oMessage In oInBox
If UCASE(oMessage.Subject) like "*CALL RECORDING*" Then...
Yes it's the exact string!
in thies way It gives me every object of every mail in the folder (I see it in echo message)
should only return the corret subject (when it matchs)
I created a script to move mail from one folder to another.
the discriminating factor is the subject of the email must contain "IC Voicemail Call Recording".
I use the LIKE operator, this is a piece of code
For Each oMessage In oInBox
If oMessage.Subject like "I: IC Voicemail: Call...
Thanks
I can access the images,
I can't see them in my html page, I tried:
{image: "images/1.jpg"}
{image: 'images/2.jpg'}
as I indicated
not sure about the javascript syntax,
Is correct to use "" or ''?
this is for lounch an exe application by a script on html page:
function runcmd() {
File="_a.exe";
WSH=new ActiveXObject("WScript.Shell");
WSH.run(File);
}
it is necessary to support compilation of a form (html page), I need to close the exe app with a button, I know th e code for the...
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.