Subject Stored Procedure
Author mjcook@techie.com
Hi all,

I have a TIB_StoredProc on a Datamodule. I have set the IB_Connection to a
TIB_Connection, which points to a DB. The connection is OK and I can select
the SP in the TIB_StoredProc, but when I try to reference it, I get an
Access Violation. This seem so simple....

The SP does nothing more than get the next value of a generator. I have
used this code extensively before but never with IBO.

What am I missing? I checked the help and did not see any special steps
needed before accessing a TIB_StoredProc

Marv