|
-
May 16th, 2000, 10:51 PM
#1
Thread Starter
Fanatic Member
Hey,
Can someone please tell me how i can post information to a webpage (form) from within a VB application?
Like filling in info in the VB app, and then the app posts it to the web.
Thanx in advance
r0ach™
Don't forget to rate the post
-
May 17th, 2000, 02:25 PM
#2
Addicted Member
Hi there,
If the business logic resides in a middle tier architecture, you can do this very easily. You just call the same method as your ASP page. If you are working on a 2-tier architecture, that is ASP to Databse, well I suggest you consider upgrading to a three tier architecture. This way you will always be able to change the GUI interface without changing the business rules or Data access objects.
cheers,
André
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|