Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFPCOM Utility for Visual FoxPro 7.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00602224
Message ID:
00602580
Vues:
15
>I downloaded the new version of VFPCOM.DLL and I'm sad to say that I
>encountered new problems with it.
>
>When I use RSToCursor it transforms the SQL Server 7 data types real, text,
>and tinyint to the FoxPro data type General.

I see that too.


lors = CREATEOBJECT("ADODB.RecordSet")
lors.ActiveConnection="DSN=Northwind"
lors.Open("SELECT * FROM Employees")
lovfpcom = CREATEOBJECT("VFPCOM.COMUtil")
lovfpcom.RSToCursor(lors, "query")
BROWSE


I'll let you know what I find out.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform