| View previous topic :: View next topic |
| I primarily use the following database engine with Base. |
| Embedded Database file ( HSQL ) |
|
33% |
[ 8 ] |
| MySQL ( pre - 5.0 release ) |
|
8% |
[ 2 ] |
| MySQL ( 5.0 or higher release ) |
|
16% |
[ 4 ] |
| PostgresSQL |
|
16% |
[ 4 ] |
| Firebird ( or one of it's variants ) |
|
0% |
[ 0 ] |
| MS Access |
|
12% |
[ 3 ] |
| SQLServer |
|
0% |
[ 0 ] |
| dBase |
|
8% |
[ 2 ] |
| Other ( go ahead and drop a post with the db name ) |
|
4% |
[ 1 ] |
|
| Total Votes : 24 |
|
| Author |
Message |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
Posted: Wed Mar 29, 2006 12:45 pm Post subject: Which database do you use with Base? |
|
|
I have noticed that one of the Sun technical writers has been looking for feedback on how Base is currently being used. I am moving over the questions he is asking to the forum. Eventually I will summarize the results and report them back to the same person via the discuss@openoffice.org list server.
Please take a minute to respond if you don't mind. _________________ Blog - http://baseanswers.spaces.live.com/ |
|
| Back to top |
|
 |
paolOOo General User


Joined: 30 Jan 2006 Posts: 23 Location: Italy (near Milan)
|
Posted: Thu Mar 30, 2006 4:37 am Post subject: |
|
|
I'm trying with SQLite because:
=> PostGreSQL and Firebird have some porblem with auto_increment primary key
=> MySQL has problems with relationship
With SQLite it's simplier, I've enforced foreign key constraint with some trigger, there's no access control and high concurrency but this is not a big problem.
I'm trying to make something useful for my job but I'm still far from some result.
Ciao
Paolo _________________ Non ci sto capendo un ca##o!!! |
|
| Back to top |
|
 |
DrewJensen Super User


Joined: 06 Jul 2005 Posts: 2616 Location: Cumberland, MD
|
|
| Back to top |
|
 |
|