I would really like to see Row 0 consistently implemented. I do all
my Database actions in methods, so to return an array, I assign the
resultset to a method scope variable. I've found that row 0 is NOT
returned if I merely
<@ASSIGN SCOPE="method" NAME="array" VALUE="@@request$resultset">
Instead, I must explicitly assign row 0:
<@ASSIGN SCOPE="method" NAME="array[0,*]" VALUE="@@request$resultset
[0,*]">
<@ASSIGN SCOPE="method" NAME="array[1,*]" VALUE="@@request$resultset
[1,*]">
Perhaps this will be fixed in v6 as as a natural consequence of
allowing DBMS actions to be assigned to @@method$resultset.
Bill
William M. Conlon, P.E., Ph.D.
To the Point
2330 Bryant Street
Palo Alto, CA 94301
vox: 650.327.2175 (direct)
fax: 650.329.8335
mobile: 650.906.9929
e-mail: mailto:[EMAIL PROTECTED]
web: http://www.tothept.com
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf