BitShift 0 Report post Posted May 16, 2006 is JDBC supported?i dont think it is but im just checkin Share this post Link to post Share on other sites
miCRoSCoPiC^eaRthLinG 0 Report post Posted May 16, 2006 Yep - pretty much. Since we have TomCat working, which helps you host JSP - that a clear indication of JDBC Support. Besides, when you create a MySQL DB from the cPanel, it shows you what kind of connector string you should use from a Java Applet/Code to access the DBs. Share this post Link to post Share on other sites
BitShift 0 Report post Posted May 17, 2006 (edited) I've added the Apache handlers:application/x-java-jnlp-filefor .jnlp extensionandapplication/x-java-archive-difffor .jardiff extensionthis is wut alot of websites told me to domy jnlp file will still not load as a Java application, it just displays the text in my .jnlp file wenever i click on itany suggestions? Yep - pretty much. Since we have TomCat working, which helps you host JSP - that a clear indication of JDBC Support. Besides, when you create a MySQL DB from the cPanel, it shows you what kind of connector string you should use from a Java Applet/Code to access the DBs.mine only show me the strings for Perl and PHPthis is wut mine shows Connection StringsPerl $dbh = DBI->connect("DBI:mysql:bitshift_wforum:localhost","bitshift_wforumu","<PASSWORD HERE>");PHP $dbh=mysql_connect ("localhost", "bitshift_wforumu", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());mysql_select_db ("bitshift_wforum"); Edited May 17, 2006 by BitShift (see edit history) Share this post Link to post Share on other sites