Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get VFP table column caption in net?
Message
From
13/04/2005 10:49:16
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
How do I get VFP table column caption in net?
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01004147
Message ID:
01004147
Views:
102
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.
Reply
Map
View

Click here to load this message in the networking platform