Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: dbscan database connectivity

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    22
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default dbscan database connectivity

    I have a working density base scan code and running successfully in eclipse. I have everything (Mysql etc) in my lappi but dun knw about JDBC as i want database connectivity.

    My inputs:: minimum point=2
    threshold distance
    cordinates(x,y)=(0,0)(0,1)(0,2)(0,3)(0,4)(12,1)(12 ,2)(12,3)(12,4)(12,5)(12,6)

    OUTPUT COMES::: attached image

    I need/required:: My program should get input directly from my database(mysql)
    Attached Images Attached Images


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: dbscan database connectivity

    Please don't post the same question twice, your other post has been locked.

    but dun knw about JDBC as i want database connectivity
    I'd recommend reading...
    Trail: JDBC(TM) Database Access (The Java™ Tutorials)
    ...as well as trying to use proper English grammar - using shorthand chat words like knw and dun not only makes your posts that much harder to read and understand, but can also lead to confusion and to be blunt - a perception that you are lazy

Similar Threads

  1. DBSCAN connectivitywith database.
    By navxxxx in forum Algorithms & Recursion
    Replies: 0
    Last Post: December 14th, 2012, 06:11 AM
  2. DBSCAN connectivity with database MYSQL
    By navxxxx in forum What's Wrong With My Code?
    Replies: 4
    Last Post: December 13th, 2012, 03:29 AM
  3. Java DataBase Connectivity Problem
    By sahilradotra in forum JDBC & Databases
    Replies: 1
    Last Post: May 8th, 2012, 07:46 AM
  4. access database connectivity from outside an application
    By suchirag in forum JDBC & Databases
    Replies: 0
    Last Post: October 29th, 2009, 02:03 AM
  5. Database connectivity problem-Oracle
    By Entrant in forum JDBC & Databases
    Replies: 3
    Last Post: October 11th, 2009, 10:08 AM

Tags for this Thread