Hello.
I need free database for a simple product (freeware)
I think MySql is fine, but I don't know if it is good for Hebrew,
and if it is freeware.
Any suggestion,
and where can I find some, please.
Thanks :)
Danno - 25 Jun 2007 00:12 GMT
> Hello.
>
[quoted text clipped - 7 lines]
>
> Thanks :)
You just need to create your mySQL tables with UTF-8 encoding.
http://forums.mysql.com/read.php?103,6544,7446#msg-7446
I am sure other databases will require the same.
JT - 25 Jun 2007 00:46 GMT
> Hello.
>
[quoted text clipped - 7 lines]
>
> Thanks :)
Oracle-XE (Universal) looks good.
http://forums.oracle.com/forums/thread.jspa?messageID=1144174
http://www.oracle.com/technology/software/products/database/xe/htdocs/102xewinso
ft.html
http://www.oracle.com/technology/software/products/database/xe/index.html
Christian - 25 Jun 2007 15:23 GMT
Mr. X. schrieb:
> Hello.
>
[quoted text clipped - 7 lines]
>
> Thanks :)
You could also take a look at HSQLDB ...
its free and its implemented in java .. so its easily deployable with
your program..
http://www.hsqldb.org/
Lew - 29 Jun 2007 06:15 GMT
> Hello.
>
> I need
not to multi-post (send the same message /independently/ to multiple
newgroups) because it fragments the thread and makes the responses harder to
follow.

Signature
Lew
Roedy Green - 29 Jun 2007 13:52 GMT
On Mon, 25 Jun 2007 00:31:47 +0300, "Mr. X."
<no_spam_please@nospam_please.com> wrote, quoted or indirectly quoted
someone who said :
>I need free database for a simple product (freeware)
>
[quoted text clipped - 3 lines]
>Any suggestion,
>and where can I find some, please.
see http://mindprod.com/jgloss/sqlvendors.html for your options.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Arne Vajhøj - 04 Jul 2007 05:08 GMT
> I need free database for a simple product (freeware)
>
[quoted text clipped - 3 lines]
> Any suggestion,
> and where can I find some, please.
MySQL support UTF-8 and therefore also Hebrew,
MySQL and the MySQL JDBC driver is dual licensed with
GPL licenses and commercial licens. It is free of charge
via GPL licens, but whether you can use GPL is something
you should investigate.
An alternative would be HSQLDB http://hsqldb.org/ which
is also free of charge and whose license is less
demanding.
Arne
marcus.vinicius.lima - 04 Jul 2007 05:40 GMT
> Hello.
>
[quoted text clipped - 7 lines]
>
> Thanks :)
Hello
I'm sure the MySql Community is the best option.
MySql is free, is robst and largely explained through the network. You
will always find the inforamtion you need.
Thanks