Dim connectionString As String = (New dbh.Security.Crypto()).Decrypt(ConfigurationSettings.AppSettings("ConnString"))
error points to the parens in below
()).Decrypt
You may run into file watcher control problems when processing large files or many files or doing a lot of processing on these files. So for any one running into this problem go to the link below. It has an explaination and code example in C# which can of course be converted to .net
I used this...
anyone use file watcher and would not process multiple files?
If so please tell me how you resolved this.
I can dump 3 or 5 in at same time but a chunk of 10 or so it stops working.
It has never failed on droping 1 file in the folder at a time.
we have increased our internal buffer per...
...As String = ConfigurationSettings.AppSettings("ConnString") 'Data Source=OurServer; Initial Catalog=ourdatabase; User ID=sa; Password=*****;
Dim _sSubjectFlags() As String = ConfigurationSettings.AppSettings("SubjectFlags").Split(",")
Dim _MyFolder As String = _sDir...
Thanks.it is set on new projects to be the start up on default, guess I put it on sub main click'n around trying to get a feel for the environment, when i said newbie i meant super newbie.
...service can do its work.
Me.FileWatcher.EnableRaisingEvents = True 'THIS is what turns ON the FILEWATCHER
Me.FileWatcher.Filter = "*.pdf"
End Sub
Protected Overrides Sub OnStop()
' Add code here to perform any tear-down necessary to stop your service...
I am just testing if a record exists in and sql server
CertificateNr. All I am trying to do is get the value of a column of a table in sql server from Access vba to test its value in my if. I just do know know how to do this.
1.how to run the below select and put the value in the variable...
Well I got no answers but figured it out for anyone who has the Shared Memory can't connect error.
went to solution explorer top left pane in SSIS > right click the data source (in this case was the name of my sql DB) and looked at the properties > connnections > it was set to "local" which...
SSIS Newbie I did a lot of DTS in 2000 ,but rusty in that.
I know its a lot of questions(3) below, but it would help me to get off to a fast start and show some progress to this problem while go through some chapters in my Micro Press SSIS book in the evenings to get up to speed on SSIS. I...
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.