Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing a cursor adapter
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Indexing a cursor adapter
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01041470
Message ID:
01041470
Views:
115
Hi all, I'm parsing an ADO recordset to a VFP cursor using cursoradapter like this:
oCa = CreateObject("CursorAdapter")
oCa.DataSourceType=[ADO]
oCA.Alias=[MyCursor]
oCa.CursorFill(,,,myADORecordset)
But the resulting cursor is readonly and I cannot create an index. Is there any way to index it without having to pass the data to another cursor?

TIA,

Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Next
Reply
Map
View

Click here to load this message in the networking platform