Jump to content
xisto Community
Sign in to follow this  
BitShift

Is JDBC Supported Here?

Recommended Posts

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

I've added the Apache handlers:

application/x-java-jnlp-file
for .jnlp extension

and
application/x-java-archive-diff
for .jardiff extension

this is wut alot of websites told me to do

my jnlp file will still not load as a Java application, it just displays the text in my .jnlp file wenever i click on it


any 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 PHP
this 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 by BitShift (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.