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")...
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...
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.