Re: Connecting db through odbc bridge in tomcat 5.5



Arne Vajhøj <arne@xxxxxxxxxx> wrote:

David Segall wrote:
TwelveEighty <twelve.eighty@xxxxxxxxx> wrote:
On Dec 22, 2:26 am, ruds <rudra...@xxxxxxxxx> wrote:
Let me start by saying that building enterprise software on top of MS
Access is a BAD idea, it's better to use a "grown up" database such as
MS SQL, Oracle, MySQL. These databases all have native JDBC drivers,
instead of using the ODBC bridge. MySQL is a free database and MS SQL
2005 Express as well, so costs should not be a factor.
I'm sorry to be obsessive about this but I can't help correcting the
claim that MySQL is free. If you mean it is open source then you are
correct. However, unlike SQL Server Express, there are severe
restrictions on who can deploy a MySQL database without paying for it.
I have provided some more details and a comprehensive list of quality
databases that can be freely deployed at
<http://database.profectus.com.au>.

MySQL uses a standard GPL license. So it is not so much a problem
of deploying but more a problem of distributing.
You are correct and I should have used "distribute" instead of
"deploy". As far as I can tell there are no restrictions on the amount
of money you can make by deploying GPL'd software. I wonder how MySQL
AB would react if Sony started selling a MythTV
<http://www.mythtv.org/> based consumer home theater PC.
.



Relevant Pages

  • Re: Compiling VB application with MySQL DB
    ... Rather, it is to do with deploying a MySQL database, and you ... I am working on an application that uses a MySQL Database as a back end. ... so it should be a mather of including the msi in your installer setup ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MySQL Database problem (probably already solved in a message, but this is somewhat urgent)
    ... MySQL server has a database with a table, ... columns, an FSR column, and a password column. ... checked if the supposed arrays that were returned were actually arrays ...
    (comp.lang.php)
  • RE: FreeBSD 5.3 MySQL Performance
    ... versions of Linux and FreeBSD for most tests. ... > popular with the ATA disk drive manufacturers. ... > Many companies have used FreeBSD and MySQL for years and years. ... it is not often that you have such a small database and such a large ...
    (freebsd-questions)
  • ANN: Database Designer for MySQL version 1.6 is released
    ... The new version 1.6 of MicroOLAP Database Designer for MySQL has been ... The secure shell (SSH) tunneling is now implemented in Database ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: toolkits or APIs to create a web interface as a frontend to mysql
    ... I am also *not* looking for a web based full fledged mysql client. ... For simple display of tabulated data the most useful thing is a displaywhich uses 's with absolute coordinates to position text in a box of defined width, formatted to be left, right or center justified, an using a preselected style from a a style sheet. ... As far as the actual database calls go, those are specific to each form, and apart from a little coding so that 'database_open, database_close' exist in the library, taking such things as the database name, user name and password from an included file I find it easiest to simply do the query and iterate through it to display the data requested. ...
    (comp.os.linux.misc)