Subject where should I ask this question
Author Dixon Epperson
This isn't a solely firebird question, not sure where to ask it. I've
been looking for a firebird vs2005 group, but can't find one. So I
apologize in advance but maybe someone here can direct me to the right
group.

using Firebird 2.0.3
FlameRobin 0.8.1
VS2005
I written a fairly simple sproc in FlameRobin that executes as
expected. (it has three in & one out parameter)

When I run it in VS2005, using FbCommand, I get this error message

Dynamic SQL Error
SQL error code = -206
Column unknown
ACCTNUM
No message for error code 336397208 found.

Dixon Epperson