Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect to Fox Pro Database
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01340907
Message ID:
01341800
Views:
13
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform