Link to home
Start Free TrialLog in
Avatar of brammo
brammoFlag for United States of America

asked on

Visual Basic 2005

Making the painful transition from VB6.....

In VB6, returning a field value could be done like so:

SomeString$=datTable.recordset.fields("FieldInTable")

Damned if I can figure out the equivalent in 2005.
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

how do you "query", right now?
with a datareader, or do you fill into a dataset/datatable?
Avatar of brammo

ASKER

TableAdapter
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brammo

ASKER

Thanks, it's a painful process......