EJB is not for accessing database. JDBC can be used without using EJBs. For accessing SQL Server from java, it is better you don't use the JDBC-ODBC bridge. And if you still want to use ODBC I think you are better off using ADO from asp. Regards, Nagaraj. -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Taku Sugimoto Sent: Thursday, December 07, 2000 3:27 PM To: [EMAIL PROTECTED] Subject: using JSP in MS products Hi, i'm using NT(sp6), IIS4.0 and MS SQLServer7.0. i want to use JSP, Servlet and JavaBeans (not EJB) to access the database. But unfortunately i can't use JDBC driver, therefore to connect the database, i have to use ASP. Is it possible to pass data (XML format, maybe) or parameters (using JavaScript) between JSP and ASP? Or, in this case, is it better to use not JSP/Servlet but ASP? If possble, how can i do this? thanks in advance. taku =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". 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

Reply via email to