Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo fields
Message
De
24/12/2005 12:19:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
24/12/2005 12:14:49
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows Server 2003
Database:
Visual FoxPro
Divers
Thread ID:
01080631
Message ID:
01080719
Vues:
12
>look i,ve work in vb .net i,ve a conection and olecommand , and in vfp i,ve a table with this fields
>
>table1
>
>id n(3)
>name c(30)
>desc m
>
>i need with vb obtaind all values to desc field. thank'u

What I don't understand is where you fail. It's simple and straight forward. You can read id and name? desc is no different. I don't use VB.Net but in C# it's as simple as:

string description = (string)row["desc"];

I think in VB it's:
string description = CType(row["desc"],string)
or something like that.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform