Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting my variable to ADO data element
Message
De
03/01/2007 01:25:18
 
 
À
03/01/2007 01:22:41
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01181662
Message ID:
01181676
Vues:
6
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform