FAQ

Foire aux questions pour l'auto-assistance.

Veuillez jeter un coup d'œil aux questions (et réponses) courantes dans la liste par défaut. Si vous ne trouvez pas ce que vous cherchez, commencez par sélectionner votre version Ability Office , puis affinez-la en saisissant le texte de recherche et/ou la catégorie.

Article de la base de connaissances 81

Can Database be used with MySQL

MySQL is a poweful Database Server that is used on many database driven websites - see http://www.mysql.com. Ability Database can be used to act as a "front end" - the application that displays and edits data. The following steps outline how to connect the two. It assumes that Ability Database is running on the local Windows PC and MySQL is running on a server (remote or local).

  1. Download and install the MySQL ODBC driver. See: http://www.mysql.com/products/myodbc/.
  2. Create a new ODBC data source: Goto Control Panel, Administrative Tools, Data Sources ODBC.
  3. On the User DSN, select Add and select the MYSQL driver (if you can't see this, check instructions for step 1).
  4. Give it a name: e.g. MySQLAbilityTest
  5. Enter the server name, the database name, the username and password - you may have to contact your network adminstrator for these details.
  6. Start Ability Database and create a new blank database.
  7. Select File/Import and choose ODBC as the driver and OK
  8. Select the Machine Data Source tab and choose MySQLAbilityTest
  9. You should now see a list of tables (if not go back to step 5 and try the Test button)
  10. Choose a table and, assuming you want to work with live data rather than import a copy of the data, select "Attach"

You can now use and edit the table as though it were a normal Ability table.