darrinps@... wrote:
> Are there any plans to ship NetBeans with MySQL instead of JavaDB (which I have had...well...a fair share of problems with over the last few years) now that Sun is planning to buy MySQL?
>
> If not bundled, will it at least have better out of the box support (come with the MySQL driver, etc.)?
>
>
>
>
I'm pretty sure NB6 comes with a MySQL, PostgreSQL and JDBC-ODBC Bridge
driver. The joy of Java is it doesn't matter which SQL database your
connecting to, all you're really using is JDBC.
Given that, there's no point in bundling it is there?