Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLEdbFox utility - Error with CursorToRS
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00818899
Message ID:
00819327
Views:
21
>Alexander, here is a little bit more info :
>
>Structure is as follow :
>id I
>cDevice C(3)
>cDesc C(30)
>cCountry C(20)
>cSymbol C(1)
>
>There's only 3 records in that test table, and the only modification I'm doing before trying to send back the updated cursor is a modification in the cCountry field.
>
>I'll add that the cSymbol field can have 2 values right now £ and $. the Rest of the fields are the usual... here's what it looks like right now
>
>1|EUR|Euro|Europe|£
>2|CAD|Canadian Dollars|Canada|$
>3|USD|United States|United States|$
>
>I'm quite sure it have worked at some point (on the same test table) but it's no longer the case.
>
>I'm using the 'None-Beta' release of your DLL on VFP8/SQL2K.

Probably you are using the same recordset object to return data. You can use only empty recordset object:
RELEASE oRS
oRS = Create("adodb.Recordset")
oOleDb.CursorToRS(oRS)
Previous
Reply
Map
View

Click here to load this message in the networking platform