search for: equationstr

Displaying 1 result from an estimated 1 matches for "equationstr".

Did you mean: equations
2008 Oct 23
0
RODBC and RDCOM
...here EquationId = 3 curve.EvaluateNoReturn("results = sqlGetResults(conn)"); curve.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