You are using a SqlParameter object array, but calling the overloaded method of ExecuteScalar that takes a generic object array.
You need to call the following method:
SqlHelper.ExecuteScalar(ConnectionString, CommandType.StoredProcedure, GetTable55, arParms)
-Weston
Weston Binford
Trason Consulting, Inc.
[email protected]
(yes, it is a real e-mail address)