Linux.com

Re:vb and access

Posted by: tykeal on December 18, 2003 12:38 AM
OO.o supports an Access like system. The caveat is that you have to use a real DB on the backend. The latest edition will link directly to a MySQL DB or any ODBC compliant DB.

Steps on a migration would work something like this.
  1. Install MySQL or PostgreSQL

  2. Create a DB to house your current Access DB

  3. Setup ODBC connection into said DB

  4. Launch Access and add a connection to new ODBC DSN

  5. Start moving tables over to the new DB

  6. Relink forms to use the ODBC based tablespace (this gives you something that continues to work while you do the next step)

  7. Start redesigning the forms in OO.o's forms system linking against new DB tablespace

It is obviously going to take a bit of work to do the conversion, but you've already got all the logic sitting there, you just have to convert it to OO.o's syntax.

#

Return to City of Austin pilot proves OpenOffice.org works - <b>Updated</b>