Archives of the TeradataForum
Message Posted: Wed, 31 Jul 2002 @ 17:41:59 GMT
Subj: | | Volatile table & VB |
|
From: | | Santosh X Narayan |
I am executing these macros sequentially through VB unsuccessfully. I get RecordCount as zero.But this works in Queryman and returns me
the correct number of rows. Is there anything else to consider when making the calls from VB?
EXECUTE CVT_ABC; --- This Creates a Volatile Table
EXECUTE IVT_ABC(Parameters); --- This Inserts Rows into the Volatile Table
EXECUTE SEL_ABC(Parameters); --- This Selects Rows from the Volatile Table
Thanks!
Santosh
|