Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Problem
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00214650
Message ID:
00214757
Views:
17
>I have the following code:
>
>rs=createobject("ADODB.RecordSet")
>? rs.open("select * from atty","otc",2,3)
>? "Ctype=",rs.cursortype
>
>For some reason the cursortype always opens at type 3(Static) instead of 2(Dunamic). Does anyone have any ideas why?
>OTC is a DBC ODBC database and atty is a table in the OTC database.
>
>Thanks
>
>Costas
My guess would be that FoxPro's odbc driver does not support dynamic ADO cursors.
Tim Westmoreland
Software Engineer
Skyline Technologies, Inc.

"Upper classes are a nation's past; the middle class is its future." - Ayn Rand, Russian-born author (1905-1982).
Previous
Reply
Map
View

Click here to load this message in the networking platform