|
emnaki Wanderer
Joined: 12 May 2007 Posts: 59
|
Posted: Sun May 13, 2007 12:10 pm
ADO RecordSets no longer work in CMUD |
Problem 1:
Code: |
#VAR rs("Name").Value @item.name |
Pops up a warning saying "No method/property name: Value". But it seems the assignment takes place so thats alright.
Problem 2:
Code: |
#VAR itemfields @rs.Fields
#SAY @itemfields("Name").Value
#SAY @itemfields("Name").Name |
No longer correctly returns the Value and Name(returns nothing), as usual the error that poped up above pops up here as well. These codes works in ZMud. |
|
|
|
emnaki Wanderer
Joined: 12 May 2007 Posts: 59
|
Posted: Sun May 13, 2007 1:07 pm |
I was able to solve problem 2 by replacing @itemfields with the direct call @rs.Fields. Which still leaves the question why @rs.Fields cannot be assigned to a variable? Also the annoying warning popup still remains.
|
|
|
|
|
|