Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter and relations, Base64 encoding
Message
From
14/01/2003 11:12:16
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00741113
Message ID:
00741482
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform