Best way?

G

Greg --

I have a Web service that I'm developing that I'm trying to make as
easy as possible to use.

In my main app (which won't be using the service), I have an account
object class, which in turn has a collection of a business object
class. This is how I'm keeping the appropriate businesses with the
correct user account.

I've been trying to accomplish this in the Web services, but I'm not
having very good luck. I was able to serialize the collection, but in
order to add a business to it I have to ReDim and Preserve the business
collection: ReDim Preserve account.BusinessCollection(1)
account.BusinessCollection(1) = New MyService.Business

Is there a better way?

The client app needs to read, modify, add the account and business
objects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,240
Members
46,830
Latest member
HeleneMull

Latest Threads

Top