![]() | |
#1
| |||
| |||
|
|
My thanks to Todd Barry for this code |
#2
| |||
| |||
|
|
I can create a cursor, and I can make a table array out of the cursor, but I want to execute subsequent SELECT statements against |
#3
| |||
| |||
|
|
I can create a cursor, and I can make a table array out of the cursor, but I want to execute subsequent SELECT statements against either the cursor or the array. Is this possible? I know I can step through either row-by-row, and using an array I can do multiple passes, but I would like to be able to do things like select max(abc) from 'cursor or array' or any other type of SQL query. What is the purpose of using all the proprietary, non-relational things you can think of in one vendor's product to avoid just writing clean, portable, SQL? You don't like DRI? Set-oriented languages? W@hat problem are you trying to solve? Hi |
![]() |
| Thread Tools | |
| Display Modes | |
| |