I was wondering, if I create a SQL database with java, wil it be able
to be used by any MySQL application?
And onother thing: If I use database connectivity in Windows I say:
Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
How would i Go about this in Unix/Linx?