Viewing 15 posts - 61 through 75 (of 172 total)
I see. That's interesting because I always thought objects were ByVal when declared instead of ByRef. So that means Im assuming that if I change some data in...
November 20, 2009 at 7:29 pm
Oh, forgot one last question on this. If I load the data right into datatable object in my first dataflow task, do I have to declare an instance of...
November 20, 2009 at 3:01 pm
Ah I see. Makes sense. Looks like this way is a little more work, but is very usefull if one wants to go right to datatable object from...
November 20, 2009 at 2:52 pm
CozyRoc (11/20/2009)
November 20, 2009 at 2:10 pm
CozyRoc (11/20/2009)
The adapter you are using is just an adapter. It takes ADO recordset and populates .NET data set. This is making your memory consumption at least twice as much...
November 20, 2009 at 1:42 pm
Phil Parkin (11/20/2009)
stricknyn (11/20/2009)
Hi CrazyRoc,
...
Wow, you just got a cool new name! 😀
Sorry, I misread your name 🙂
Strick
November 20, 2009 at 1:27 pm
Hi Strick,
The recordset is not cleared , but it is at the end after you finish executing the second data flow. What you have to do is move the pointer...
November 20, 2009 at 11:22 am
Hello,
Thanks for your reply. However, the issue does not stem from attempting to reuse the recordset object. I am able to do that. The issue is after...
November 20, 2009 at 7:38 am
Hello,
Thanks for your response. I am looking to access the message itself. Basically I want EXACTLY what's on the message tab word for word as if I ran...
November 10, 2009 at 12:22 pm
No, a member can pay in advance all the way up to the Dues total for that year. I thought about triggers, but they won't prevent someone from paying...
November 6, 2009 at 7:52 am
Hi, unfortunately whether it's read or write won't matter. I'll still get the error stating this must be done in the PostExecute section.
Strick
October 31, 2009 at 11:00 pm
Hi thanks for your response,
Sure, basically I have a variable called DaysToRun which will be supplied externally. This variable will be responsible telling the script componend (as a source)...
October 31, 2009 at 7:52 am
Hi,
You may need to use the script component to read the data and load a dataflow with it. You'll most likeley use the .NET streamreader object to get the...
October 30, 2009 at 2:33 pm
Great! thanks guys
Strick
October 12, 2009 at 3:21 pm
Roy Ernest (10/8/2009)
I hope you read Gails and my statement. That is where your solution is right now.
Yeah, both statements are what I'm going to communicate to our DBA. ...
October 8, 2009 at 2:37 pm
Viewing 15 posts - 61 through 75 (of 172 total)