Open Source Access to OOo database

Discussion in 'Software' started by Booga, 15 Feb 2011.

  1. Booga

    Booga Cuppa tea anyone?

    Joined:
    28 Sep 2009
    Posts:
    767
    Likes Received:
    30
    Firstly my database skills are self taught and somewhat limited so please bare this in mind.
    I have a MS Access 2007 database that I would like to convert/migrate to an open office version.
    The only thing I seem able to do is convert to a spreadsheet and subsiquently import that. However doing so loses all the formatting of the cells and simply places in the values.
    I have followed a few tutorials but I don't seem to be having much success. It is a very simple coin collection database with descriptions and pictures.


    So here are my questions.
    1) Am I wasting my time as the OO database is pants compared to Access?
    2) Are there better free alternatives?
    3) Are there any good, easy to understand resources/tutorials out there?

    The reason I ask is that I have trial version of MS Office and love the OO writer and was rather hoping the database would be as good. However an initial look at it seems to be indicating that it is not.

    Any advice apreciated. :thumb:
     
  2. steveo_mcg

    steveo_mcg What's a Dremel?

    Joined:
    26 May 2005
    Posts:
    5,841
    Likes Received:
    80
    I gave up with the OO database and just went the whole hog and installed mysql its a bit more work though.

    I'd try the oo database again don't worry about the formatting that should be controlled by the cell type just make sure the data is in the spreadsheet as either a number, character or a date.
     
    Booga likes this.
  3. notmeagain

    notmeagain Minimodder

    Joined:
    29 Jan 2009
    Posts:
    561
    Likes Received:
    15
    If you've got an inclination to use PHP, look at Doctrine.

    Secondly with the Access, if you set up an ODBC adapter (control panel - admin tools) you might be able to "Connect" to it much like an SQL Database and scrape the information across to your MySQL.

    Linky to Win2000 Tutorial
     
    Booga likes this.
  4. Booga

    Booga Cuppa tea anyone?

    Joined:
    28 Sep 2009
    Posts:
    767
    Likes Received:
    30
    I will give the OO database a good look over before I go else where.

    Yes I can conect to the Access database but it means having it installed. I'd rather bin it if I can find a decent alternative.
    I was looking into PHP and MySQL today I might pursue that further.

    Thank you both for the advice. :thumb:
     
  5. Zoon

    Zoon Hunting Wabbits since the 80s

    Joined:
    12 Mar 2001
    Posts:
    5,497
    Likes Received:
    630
    Actually the Access ODBC driver is free with Windows, and once the database has been created you can then update it with anything that can push SQL through the ODBC connector.
     
  6. Booga

    Booga Cuppa tea anyone?

    Joined:
    28 Sep 2009
    Posts:
    767
    Likes Received:
    30
    :eeek:

    I am absolutely positive that what you have writen is some very sage advice, unfortunately I am a bit dim and have no idea what it means.

    Are you saying that now I have the database set up in Access I can use other software to update it?
     
  7. steveo_mcg

    steveo_mcg What's a Dremel?

    Joined:
    26 May 2005
    Posts:
    5,841
    Likes Received:
    80
    Yeah you could use a SQL editor to connect to access as though it were a SQL server. Theoretically.
     
  8. Landy_Ed

    Landy_Ed Combat Novice

    Joined:
    6 May 2009
    Posts:
    1,428
    Likes Received:
    39
    Wow, so few alternatives being offered?

    PostgreSQL is free
    Mssql server express is also free and I'm sure you can upsize from access so you retain all your structure & data but lose your forms.

    I think you're confusing a database system with a database interface. Access gives you an application layer that you don't get with the others, that's why it's so expensive - reports, forms, IDE for more complex programming. But if you can get your head around it, the free edition of vb.net combined with mssql express with advanced services will provide you with similar functionality for free.
     
    Last edited: 17 Feb 2011
    Booga likes this.
  9. Booga

    Booga Cuppa tea anyone?

    Joined:
    28 Sep 2009
    Posts:
    767
    Likes Received:
    30
    :thumb:

    Great stuff I will look into your suggestions. Thanks for the advice.
    +1
     

Share This Page