Account features: ODBC
-
Installing ODBC
- Download MyODBC from http://www.mysql.com/downloads/api-myodbc.html. Choose the latest version if more than one is availble.
- Once downloaded, unzip the contents into a temporary directory with Winzip or similar.
- Run (by double-clicking) the setup.exe that is amongst the files you have just unzipped.
- Click on "Continue".
- Under "Available ODBC drivers", click on "MySQL".
- Click on "Ok".
- Click on "Add" to create a new data source.
- Under "Installed ODBC drivers", click on "MySQL".
- Click on "Ok".
-
Next you need to fill in the following form as follows:
Windows DSN name:
Fill in a short, descriptive name.Server:
Type in the name of your Positive domain name. For example: www.example.comMySQL database name:
Type the name of your MySQL database. This will usually be the same as your Positive account login name. For example, fredUser:
Unless you have been told otherwise, this will also be the same as your Positive account's username. Again, for this example, fredPassword:
This will be your database password. This is usually the same as your main account's login password, unless you have changed it. Email us if you are unsure.Other boxes:
You do not need to fill in a "Port" number, as our installations use the standard port. Don't click on any of the many check boxes, unless there is a feature or emulation you are sure you require. - Click on "Ok"
- Click on "Close"
- Click on "Ok" on the success confirmation.
- You may or may not be prompted to restart your computer. Do so if you are.
-
Using ODBC with Microsoft Access (Office 97 & 2000)
- Load Microsoft Access - use an existing local database or create a new one.
- Under the "Tables" tab, click on "New".
- Click on "Link Table" in the list.
- Click on "Ok".
- At the bottom of the resulting requester, select "ODBC databases" at the bottom of the "Files of type:" drop-down list.
- The requester will have changed immediately. Click on the "Machine Data Source" tab.
- Click on the data source whose title corresponds with the one you created while installing MyODBC (see above).
- Click on "Ok".
- Click on "Ok" to confirm the connection.
- Select the tables from your remote database to which you wish to link.
- Click on "Ok".
- Work with your linked tables as with any other. Remember - you are working on the remote database directly, so any changes or additions you make are immediately live! If you want to work off a local copy of the table instead, select "Import table" instead of "Link table" in step 3.