How can I get this value from an ActiveRecord?... Can I do this without using ActiveRecord?
Which property must I access in?
Thanks,
Pd:I speak spanish, sorry because of my poor english
You can access a Cell's value from a DataRecord by:
object val = myDataRecord.Cells[ idx ].Value;
myDataRecord? where does this object come from?... could you write it for Visual Basic?