Results 1 to 3 of 3
- 09-05-2012, 04:06 AM #1
Member
- Join Date
- May 2012
- Posts
- 15
- Rep Power
- 0
How do you set up mysql JDBC with Eclipse?
Was not sure where to post this but I am using Eclipse so maybe I could get help here.
Anyway the situation is I downloaded the jdbc from the site here - MySQL :: Begin Your Download - mysql-connector-java-5.1.21.zip
I have no idea what is supposed to go in the speech marked bit below, I did sqlite earlier but someone helped me out with it then and I didn't really learn how to figure it out like I should have. Was browsing through the jar and can't see anything that seems obvious to put in there.
Oh, also if its not too much trouble could anyone help me figure out how to connect it to a web database? The sqlite one I used before was local. What info do you need and how do you use it?Java Code:Class.forName("");
Would appreciate any help.Last edited by goatjugsoup; 09-05-2012 at 04:12 AM.
- 09-05-2012, 09:19 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: How do you set up mysql JDBC with Eclipse?
There is plenty of documentation for MySQL.
For example this section "Driver/Datasource Class Names, URL Syntax and Configuration Properties for Connector/J".
You'd have been done hours ago had you simply Googled for the MySQL docs.Please do not ask for code as refusal often offends.
- 09-05-2012, 09:46 AM #3
Member
- Join Date
- May 2012
- Posts
- 15
- Rep Power
- 0
Similar Threads
-
Cannot load JDBC driver class 'com.mysql.jdbc.Driver'
By santde in forum JDBCReplies: 0Last Post: 03-03-2012, 01:01 AM -
JDBC Problem - com.mysql.jdbc.Driver
By icu222much in forum Advanced JavaReplies: 5Last Post: 11-22-2011, 04:54 PM -
JDBC with Connector/J with MySQL
By nmvp in forum JDBCReplies: 2Last Post: 02-16-2011, 06:30 AM -
MySQL/JDBC Mysql query output
By thelinuxguy in forum Advanced JavaReplies: 4Last Post: 02-13-2009, 01:57 AM -
help ... JDBC or PHP/MySQL
By bluebarca in forum Advanced JavaReplies: 1Last Post: 11-16-2007, 10:05 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks