Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter and relations, Base64 encoding
Message
De
14/01/2003 11:12:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00741113
Message ID:
00741482
Vues:
23
Hi Greg.

>Is there a way to create relationships in a DE that uses CursorAdapters?

Yes, but you have to do it in code rather than visually. You need to create an index on at least the target cursor (you may want one on the source as well) then issue a SET RELATION TO command.

>Also, I've got GUID's in my tables for PK's and FK's (binary character data). Is there anyway to get CursorToXML to Base64 encode them, or do I need to do that in my query?

You may need to use an XMLAdapter to do that and bind the resulting cursor to the CursorAdapter. I haven't done this, so I can't say for sure whether it'll work. Also, the public beta has little docs on XMLAdapter.

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform