AboutArtemus Harper Expertise I have a BS in computer science and am working towards a Masters degree.
Experience I have experience in Core Java, good background in Java swing/gui, some experience with JNI, Java reflection, and Java java.nio.*
knowledge of Java bytecode and annotations.
Basics in c++ and c#
Expert: Artemus Harper Date: 6/2/2008 Subject: difference between jdbc and ADO
Question what is the difference between jdbc and ADO(Active Data Object) . Please explain me in detail.
Answer jdbc is generally what java programmers use to access a database, while ado is generally what Windows programmers use to access a database. Trying to use ado in java, or jdbc in .NET (or C++ with WIN API) is quite painful, and not something I recommend.