Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing a cursor adapter
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Indexing a cursor adapter
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01041470
Message ID:
01041470
Vues:
114
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform