Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using UDTs in Class Interfaces
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00514406
Message ID:
00514563
Views:
10
>I know using udts in class interfaces is not possible,
>what is the best workaround to this?
>
>thanx,
>benj

Probably an XML string can do the trick. The downside to that is the parsing, you need to use MSXML parser in your implementation.

Another possibility is the use of an ADO recordset.

Both of these approaches should work well even if these classes are intended as COM servers.
Previous
Reply
Map
View

Click here to load this message in the networking platform