Re: VB Driven Shopping Cart
Shopping Cart in a webpage using VB, is that what you mean?
Re: VB Driven Shopping Cart
Um, no I think is teh answer to your question. What I want is to get the engine or mechnisms for a shopping cart using VB as the guts of my program. In other words I want to make an Internet Application that uses pure VB to drive all database connections, page retrieval, re-directions etc. The pages should be PHP and they should initiate actions from the CGI VB6 applications.
A man by the name of Keith O'Brian made a BAS module called CGI4VB (sometimes refered to as VB4CGI). I have managed to get some simple interaction happening using post and get methods of forms which can be utilised by my VB6 CGI. Also he was kind enough to provide a database example, although very simple.