Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I get VFP table column caption in net?
Message
De
13/04/2005 10:49:16
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
How do I get VFP table column caption in net?
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01004147
Message ID:
01004147
Vues:
101
Hi,
I try get vfp column caption written in DBC. VFP code is
DBGETPROP("table.field","FIELD","Caption")


I have try 2 ways in net

Dim tbl as DataTable = oledbconnection.GetOleDBSchemaTable(OleDBSchemaGuid.Columns, loRestriction)

and check "Description" column - its EMPTY

or I try using OleDBDataAdapter, Fill it, and check COLUMNS collection and read Column.caption - same its EMPTY

Is there way to read this caption?

THanks
Denis.
Répondre
Fil
Voir

Click here to load this message in the networking platform