Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPCOM Utility for Visual FoxPro 7.0
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00602224
Message ID:
00602580
Views:
18
>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform