----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> I'm brand new to the list, and am extremely glad to be here.  I
> finally got
> JServ to run with my Apache on Mandrake Linux 7.0, but as with every other
> newbie, I've got some questions.  Most of them I think I can find the
> answers for out on the web somewhere, but my three biggest questions are:
>
> 1) Can JServ interact with mySQL?  I know Java in general uses JDBC, but
> isn't that nothing more than a gateway to ODBC?  If so, how does it work
> with Linux based databases?

Welcome to the JServ world, and with no further delay i will continue into
the matter of JDBC and MySQL / Java.

I'm using JDBC to interface with my MySQL database [all on a linux rh 6.2
machine]. No problems.

Since I'm not really a Java expert, I won't try to define JDBC, but to me it
seems to be a piece of middleware much like Perl's DBI::DBD modules are.
They connect you to the db (if there are drivers...) and provide some common
functionality. Much like ODBC i guess.

The JDBC/MySQL connection works fine for me. It's not hard to work with but
there isn't that much functionality inside it. But, what the driver lacks
can be made up for in Java..

Regards,

Christopher.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to