Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting my variable to ADO data element
Message
From
03/01/2007 01:25:18
 
 
To
03/01/2007 01:22:41
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01181662
Message ID:
01181676
Views:
5
>I guess I'm way off.
>I was trying to get oMyObject.GetString to work.

If you want to query the data from a table, the goal is to obtain a row of your record. A record, usually known as is in VFP, is known as a row in .NET. That is coming from Imports System.Data which is DataRow.

As soon as you have that, any reference to a field is as simple as loRow("FieldName").
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform