Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connect to Fox Pro Database
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01340907
Message ID:
01341800
Vues:
15
No errors are generated. However just loading the table does not work.
[Test]
public void TestDataConnectionFox()
{
Categories ct = new Categories();
DataTable dt = ct.GetAllData();
Assert.IsTrue(dt.Rows.Count > 0);
}

Looks like the DataAccess is not being generated for the FoxPro. For the Accounts table it generates Aaccont.cs, Aaccont.Partial.cs, AaccontEntity.cs, AaccontRules.cs, AaccontRules.Partial.cs for Fox, but for SQL server it adds a DataAccess.cs file.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform