Re: VB 2005 and Three Tier Solution Development



Bob,

I forgot, to fullfill what you want you can use a WebService, what gives the
same idea as the ASPNET handling. The Webservice is your supplier of the
information the user want to use and the application that does the updating.

You can of course as well use normal services, however around that are not
those tools in VS Net as there are around the webservice.

I hope this helps,

Cor


.