Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open DBF Table in C# .NET
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01636458
Message ID:
01636465
Vues:
102
You cannot open VFP9 table using VFP ODBC driver. See https://www.berezniker.com/content/pages/visual-foxpro/visual-foxpro-odbc-driver

>
>I need to open a VFP9 free table (DBF) in C # .NET.
>
>I'm trying via ODBC but is presenting the msg:
>
>ERROR [IM002] [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified
>
>My font:
>
>public static DataTable GetDataTableDBF(string strFileName)
> {
> System.Data.Odbc.OdbcConnection conn = new System.Data.Odbc.OdbcConnection( "Driver={testdbf};SourceType=DBF;SourceDB=c:\\windows\\syswow64\\;Exclusive=No");
>
>
> conn.Open(); // The error is here
>
> }
>
>Can someone help me ?
>
>Thanks in advance,
>
>[]´s
>
>Dionísio
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform