ajr
January 22nd, 2001, 12:52 PM
Hello,
I´m sorry if this question has already been post, and please redirect me.
I´m developing a web application likely a wizard application: a sequence of windows requesting informations and showing this informations processed, and finaly a "finish" window which will create a result based on these informations.
I´ll collect informations, show informations processed in a intermediary page and finaly create a SQL instruction based on the informations to generate the final web page.
To do this I have 2 options:
- make the procedures in vbscript, and retain information on session() object, with ASP technology;
- create an activex, wich would be an object with informations and properties and use it as an asp component.
What would be more eficcient, better performance, less memory, whatever?
Suggestions are welcome.
Thanks in advance.
Almir
I´m sorry if this question has already been post, and please redirect me.
I´m developing a web application likely a wizard application: a sequence of windows requesting informations and showing this informations processed, and finaly a "finish" window which will create a result based on these informations.
I´ll collect informations, show informations processed in a intermediary page and finaly create a SQL instruction based on the informations to generate the final web page.
To do this I have 2 options:
- make the procedures in vbscript, and retain information on session() object, with ASP technology;
- create an activex, wich would be an object with informations and properties and use it as an asp component.
What would be more eficcient, better performance, less memory, whatever?
Suggestions are welcome.
Thanks in advance.
Almir