|
|
Is JDBC Supported Here? | ||
Discussion by BitShift with 2 Replies.
Last Update: May 17, 2006, 3:34 am | |||
is JDBC supported?
i dont think it is but im just checkin
i dont think it is but im just checkin
Tue May 16, 2006 Reply New Discussion
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.
Tue May 16, 2006 Reply New Discussion
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 Strings
Perl $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");
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?
QUOTE
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
QUOTE
Connection Strings
Perl $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");
Wed May 17, 2006 Reply New Discussion
Hosting Account Cancellation Request (3)
|
(4) Weird MySQL Message
|
Index




