| View previous topic :: View next topic |
| Author |
Message |
shellad Guest
|
Posted: Mon Dec 23, 2002 2:25 am Post subject: database for OpenOffice |
|
|
Are there any plans to include a database with OpenOffice? I have very basic database needs and the thought of using mysql or postgresql scares me a bit. Are there any good front-end tools for these databases that make them easier to use?
Thanks. |
|
| Back to top |
|
 |
dill General User


Joined: 18 Dec 2002 Posts: 49
|
|
| Back to top |
|
 |
draude Administrator


Joined: 10 Dec 2002 Posts: 356 Location: San Francisco
|
Posted: Mon Dec 23, 2002 2:44 pm Post subject: |
|
|
| Yes, phpmyadmin is quite good. For basic database administration on linux, you might also check out webmin, which has a module for mysql. See webmin.com for more info. |
|
| Back to top |
|
 |
urlich Guest
|
Posted: Sat Dec 28, 2002 6:57 pm Post subject: |
|
|
| MySQL isn't that hard to use once you get the hang of it. Great thing is that it's a true RDBMS with features similar to those you get with commercial databases. It's also quite fast. MS Access pales in comparison. |
|
| Back to top |
|
 |
Bowties Guest
|
Posted: Mon Dec 30, 2002 3:57 pm Post subject: |
|
|
| Mysql is a great product. It's also free and there's a huge community of users. Give it a try. You won't regret it. |
|
| Back to top |
|
 |
cwchia Super User


Joined: 09 Jan 2003 Posts: 1050 Location: Malaysia
|
Posted: Thu Jan 09, 2003 3:39 am Post subject: Anything less 'Heavy weight' then MySQL etc? |
|
|
I think casual users like me would like to see something which requires less tweaking like MySQL and PHP etc be included in OOo. Something that can really challange MS Access in terms of user friendliness... Any idea?  |
|
| Back to top |
|
 |
urlich Guest
|
Posted: Thu Jan 09, 2003 1:48 pm Post subject: |
|
|
| Maybe what's really needed is a mysql or postgresql front-end that's seamlessly integrated into the OOo suite? To the end-user, it looks like an OOo database application but really, it's just a front-end to a third-party database. Since there are plenty of good database engines out there, it doesn't make sense for OOo to reinvent that piece. However, a good front-end could make it seem like something akin to Access. |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Jan 12, 2003 9:33 pm Post subject: |
|
|
Yeah!!! this is exactly what i tried to say... (forgive me for my bad English). I tried using MySQL but was really put off by the intimidating command line etc. Connecting OOo to MySQL also pose a great challange to me and I still hadn't got it running yet under OOo despite having read (and not able to digest fully) and tried the many ways in faqs and howtos that i have found on the net.
It would be great if either MySQL or similar relational database is being tied to OOo just like Adabas in SO. I have tried using Adabas in SO5.2 but the result is not up to expectation as apperantly Adabas wasn't that solid and keep on crashing my PC. However the integration of Adabas into SO do give average user like me an easier way to create and maintain a relational database. |
|
| Back to top |
|
 |
cwchia Super User


Joined: 09 Jan 2003 Posts: 1050 Location: Malaysia
|
Posted: Mon Jan 13, 2003 2:13 am Post subject: |
|
|
| OOps! the last message is from me. Didn't log in as I was trying out a new browser and forgotten that I used auto login in my old browser. |
|
| Back to top |
|
 |
yogo Guest
|
Posted: Mon Jan 13, 2003 4:17 pm Post subject: |
|
|
Yes, a good idea that needs development resources. There is some work being done in the database access project for OOo. Not sure if they are thinking along these lines but there's been a lot of talk about better database integration for some time. Check out the project home page for the latest:
http://dba.openoffice.org/ |
|
| Back to top |
|
 |
nosebleed General User


Joined: 11 Jan 2003 Posts: 30 Location: Virginia, USA
|
Posted: Fri Jan 17, 2003 11:39 am Post subject: |
|
|
Anything useful to somebody that can be added to OpenOffice.org will make it better. I read their project page and it seems that the implementation of some kind of database program is underway. I think there is a problem with resources, though, so there may not be a full-featured database program.
Good luck to all of the Open Source developers out there! By the way, can anyone provide a link to where I can find this free MySQL database program. |
|
| Back to top |
|
 |
Bowties Guest
|
Posted: Fri Jan 17, 2003 4:32 pm Post subject: |
|
|
Most linux distributions come with mysql. If it's not installed by default, it's usually available on the cd somewhere. Use the binaries that come with your distribution as those will be better than generic ones. Alternatively, if you want the very latest code or your OS vendor doesn't offer mysql, then you can download it from the main website at:
http://www.mysql.com |
|
| Back to top |
|
 |
tyFUZZ Power User


Joined: 03 Feb 2003 Posts: 68 Location: Portugal
|
Posted: Wed Feb 05, 2003 4:50 am Post subject: |
|
|
Well... My question is:
Does MySQL works fine in cross-platform? If not, what DB will?
I need to have a database with a user interface as easy as Access (to include text,
photos, graphics, etc.) , but 4 people must work at the same time in this database.
2 of them have got Linux Madrake 9.0.
The other 2, have got Windows 98 S.E.
How to do it?
Thank-you. _________________ tyFUZZ |
|
| Back to top |
|
 |
draude Administrator


Joined: 10 Dec 2002 Posts: 356 Location: San Francisco
|
Posted: Wed Feb 05, 2003 11:30 am Post subject: |
|
|
| Yes, mysql runs on almost all platforms including linux and windows. If you're going to have multiple users on a database, a database 'server' is your best bet and mysql certainly fits that bill. There are a number of third-party database front-ends that should accommodate your needs. It's also possible to use OOo as a front-end by linking a data source and creating a user-friendly form. |
|
| Back to top |
|
 |
tyFUZZ Power User


Joined: 03 Feb 2003 Posts: 68 Location: Portugal
|
Posted: Thu Feb 06, 2003 2:12 am Post subject: |
|
|
| draude wrote: | | (...)There are a number of third-party database front-ends that should accommodate your needs. It's also possible to use OOo as a front-end by linking a data source and creating a user-friendly form. |
Thank-you draude!
Any suggestions on such software? (and what OOo part does the forms?)
I just need to put my mind inside that ideas, as I was a M$-educated-school-student
(had no choice! In Portugal, on high-school you can only learn M$..)
So, if you can give me some clues, I will do some research...
I may have success, who knows? _________________ tyFUZZ |
|
| Back to top |
|
 |
|