Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

what does JDBC stands for?

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I ve seen many books which states JDBC as Java DataBase Conncetivity and some saying its not. So what's the truth??
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please let me know the answer as and when you find it :-)

Prashant Jain
[email protected]
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

JDBC IS Java Database Connectivity, standardized DB interface for Java. This technology allows to write applications and use it with any SQL database that has a JDBC-driver.
So, i dont think it can be anything else....!
 
Ankur Jain
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
That is what I have come across in many books. But if u'll notice in JDBC API docs, spec & tutorials, u wont find an instance of JDBC stated as Java DataBase Connectivity.check it out!!
 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Try whatis.com for your tech terms. I use it a lot.

http://whatis.techtarget.com/
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi
I have read in one of Sun documents that JDBC is not stand for "Java Database Connectivity" Its a trademark like other Java TMs .

Sun doesnt meant that it doesnt mean "Java databse Connectivity" but its a trademark .

i hope its clear.
 
Ankur Jain
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Sun doesnt meant that it doesnt mean "Java databse Connectivity" but its a trademark .

i hope its clear


-------------------------------------------------
No its not clear .plz clarify if u can.
 
Jyothi Lature
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

whatis.com --- http://whatis.techtarget.com/ is a cool link... Thanks for sharing the info.
This link answers the question.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This is silly. JDBC is a trademark name. Diet Coke is a trademark name, as well. Does Diet Coke mean "diet Coca-Cola" ?

It's a NAME! Sun took an acronym and trademarked it. JDBC is JDBC. As long as everyone knows what it's for, it doesn't matter.

Shall we go into further discussion as to whether we should refer to the sun as "the sun", or perhaps we should refer to it as Sol?
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Originally posted by Ray Marsh:
Try whatis.com for your tech terms. I use it a lot.

http://whatis.techtarget.com/



i got something from whatis.com, but then i visited the vendors they were saying something else. looked for aglets.

according to whatis.com - agile applets
according to docs found at IBM japan - agent applets

anyways whatis.com works mostly.
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This seems to have gotten completely off topic. Closing.
 
    Bookmark Topic Watch Topic
  • New Topic