Characterset Problem
Hi everybody, I have an Access database. I process my form with servlet. When I try to save a new record with sql commands (jdbc-odbc bridge, some of the characters(Turkish Characterset (Y?çöü?ÇÖY?Ü?..)) aren't written. What can I do?? Thanks for your help, With regards... === 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
Performance problem with ODBC
Hi everybody, My problem is slow database Access with ODBC. I have an Access Database and I wonder if there is a way to connect Database without ODBC. Thanks for your help. with regards === 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
About remote database access
Hi everybody, I want to use a remote database(For example my Database is in another server ). How can I connect this database. (Database that I use is an access file. I use ODBC ). String url="jdbc:odbc:Veri"; When the database is in my server there is no problem. If the database is in "http://lab19:8080" , What can I do?? String url="jdbc:odbc:?"; Thanks for your help, with regards, === 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
help, character problem
Hi everybody, when I try to submit my form values, It is process by an servlet called FormProcess.class. But some characters (Turkish charactes (Y,?,Ö... )) are changed by ?. How can I solve this problem. Thanks for your help, With regards.. === 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
Case sensetive login
Hi everybody, how can I do Case sensetive compare?? thanks for your help... with regards. Celal === 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
Session timeout
hi everybody, I want to set the timeout for a session.I try setMaxInvalidationInterval(int secs) method but it doesn't works. Thanks for your help.. With regards, === 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
Can parmeters be invisible???
hello everybody, when I send the form parmeters to a servlet or JSP, They are visible and I dont want to be like this. What can I do? Thanks for your help.. === 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
doGet and doPost
what is the difference between doGet and doPost. Thanks for your help... === 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