Showing posts with label component. Show all posts
Showing posts with label component. Show all posts

Monday, March 19, 2012

Chosing the best Data Access component for SQL Server Express

Hi all,

I have to chose the best Data Access Component with SQL Server Express edition.

The application that I am going to develope is a simple one but the speed should be as much as possible.

Any help would be highly appreciated.

Thanks & regards

Arun Gupta

The 'best' speed would most likely be attained using the SQL native client and a datareader object.

Friday, February 24, 2012

Checking the state of a variable as first step of package?

Am I correct in thinking that I need to place a dummy script component which does nothing in order to route logic depending on the value of a variable?

ie. I want to output to a file if a Parent variable is a certain value, or i want to load a table if its a different value.

Unfortunately, yes.