Hi I need to create a package for the following scenario : I have data entry modules, where the user does data entry. There are 15 fields in each record. On each "Add Record" data is written to 4 different tables ( say 3 fields in table 1 , 4 in table 2...) in database "Temp" The same data is re-entered by a different user. On "Add Record" another record is added in the 4 tables in There is a verification module where data entered by the 2 users is verified and after verification , the data is written to 4 tables in the database "Final" All data is to be stored in encrypted format. The final database needs to be uploaded to Oracle. We would have a minimum of 100 users accessing the client applications and the setup file needs to create the initial database in access and write some data into it. About 5000 records would be entered on a daily basis. I am told access can *definitely not* take the load of 100 users. Maybe Oracle would be a better choice. We were discussing the pros and cons of creating this application in Java or VB or use of JSP in intranet situation 1. Is JSP in intranet situation a possibility .Will doing this data manipulation through the browser slow the entire process? 2. Should i go for Pure Java and create an application. I this case , what is the kind of architecture i should look at? 3. Would anyone say VB is definitely a better choice here.. The only reason i am impressed by VB is the ease of creating setup.exe (the packaging and deployment), Can this be easily simulated with JSP / Java? Any sites where i could do some reading on this? We would really appreciate your suggestions / advice. Thanks for your time Vineet HKT ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
