home *** CD-ROM | disk | FTP | other *** search
/ zipcon.net / www.zipcon.net.tar / www.zipcon.net / pub / odbc / myodbc.txt < prev    next >
Text File  |  1999-08-02  |  2KB  |  40 lines

  1. INSTRUCTIONS FOR ODBC BASED SQL ACCESS
  2.  
  3. You can download the ODBC driver for Windows from
  4.  
  5.   ftp://ftp.zipcon.net/pub/odbc/myodbc-2.50.19-win95.zip
  6.  
  7. After running this file, it will install the appropriate ODBC driver for the
  8. Zipcon web servers.
  9.  
  10. Here are instructions for updated your SQL database with MS Access.
  11.  
  12. 1) Start MS Access.
  13. 2) Click on the Tables tab of your database.
  14. 3) Highlight the table to export.
  15. 4) Select 'Save as/Export...' from the File menu.
  16. 5) Choose 'To an External File or Database', click OK.
  17. 6) In the 'Save as type' pulldown box, select 'ODBC Databases ()'.
  18.    Click OK.
  19. 7) In the Export window, its best to use all lowercase and no spaces.
  20.    If you do use spaces, they will be converted to underbar '_' characters.
  21. 8) Click on the 'Machine Data Source' tab of the 'Select Data Source'
  22.    window.
  23. 9) If you have 'MySQL' in the list, select it and press OK, and make sure
  24.    the server, database, username, and password fields are correct.
  25.    If you do not have 'MySQL' in the list:
  26.      a) Click the 'New...' button.
  27.      b) Select 'System (or User if you prefer) Data Source', press Next.
  28.      c) Select 'MySQL', press Next and Finish.
  29.      d) In the MySQL Driver Setup window, do the following:
  30.           For 'Database', but in your Zipcon assigned database name.
  31.           For 'Server', put in your domain name (www.YOURDOMAIN.com).
  32.           For 'User Name' put in your Zipcon assigned login name.
  33.           For 'Password' put in your Zipcon assigned password.
  34.      e) Press OK, and OK.  That should export the data to the SQL
  35.         server.
  36. 10) Done!
  37.  
  38. Please email questions or problems to support@zipcon.net with the best
  39. description you can of what is happening.
  40.