Displaying 1 result from an estimated 1 matches for "safearraytypemismatchexception".
2008 Oct 23
0
RODBC and RDCOM
...rve.EvaluateNoReturn("close(conn)");
curve.EvaluateNoReturn("formulaLevel =
levels(results$Formula)");//Exception throwed here
curve.Evaluate("formula = formulaLevel[1]");
string[] equationStrings = (string[])curve.GetSymbol("formula");
It throwed exception: SafeArrayTypeMismatchException
at formulaLevel = levels(results$Formula)
Any comments/suggestions where were wrong with the abobe code and how to
get formula from
SQL Server table to .net? Thanks.
-james