Perguntas frequentes

Perguntas frequentes para auto-ajuda.

Por favor, dê uma olhada rápida nas perguntas comuns (e respostas) na lista padrão. Se você não encontrar o que está procurando, comece selecionando sua versão Ability Office e, em seguida, reduza-a inserindo o texto de pesquisa e/ou categoria.

Artigo da base de conhecimento 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.