Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ben3026

  1. Ben3026

    POI writes formula to Excel, but formula's value is not calculated

    I've written Java POI code to open an Excel file and set a cell's formula by using "setCellFormula()". The code compiles and correctly updates the field's formula, but the value is not calculated. For example, a cell's value might be set to "=2+2" by calling cell.setCellFormula("2+2")...
  2. Ben3026

    associates degree versus master's degree

    If you want to get a diploma, then I'd recommend the Masters. You may need to do some pre-requisite classes, but the Masters degree is better an an Associate degree. Or, if a Masters is too much time or cost, then you could attend a local university for Continuing Education and receive a...
  3. Ben3026

    dynamic db connections?

    by the way, I'm using SSIS in SQL 2005.
  4. Ben3026

    dynamic db connections?

    Hi, I would like to have an SSIS package that connects to a database A (OLE datasource) and reads from a table called "controlling" a varchar value for connecting to another database "B" (connection string info). Then the SSIS package would query database B and proceed with any stuff that...

Part and Inventory Search

Back
Top