Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access VFP .DBC from vb.net 2010 express
Message
De
31/10/2011 12:52:49
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01527683
Message ID:
01527689
Vues:
57
J'aime (1)
One other thing, and I've seen this so very, very often with VFP devs moving to .Net.

Visual Studio is NOT .Net. Visual Studio is simply a fancy editor that happens to be really good tool for .Net developers. .Net is separate from Visual Studio. In fact, it comes from a different team and can (in fact is has) shipped on a different schedule than Visual Studio.

Do not confuse the two.

>I read somewhere that only SQLServer and Access backends can be accessed in vb.net 2010 express.
>
>I donloaded the vfpoldb pack and tried this :
>
>
>Module modTest
>    Public Sub TestPluczConnection()
>        Dim oConn As New OleDbConnection("provider=vfpoledb.1;datasource=\\sql1pluc\data\plucz\plucz.DBC")
>        oConn.Open()
>    End Sub
>End Module
>
>
>... and got "feature is not available" thrown at me.
>
>Guess I read right then.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform