Consulting

Results 1 to 3 of 3

Thread: Returning External Data from MySQL Server

  1. #1
    VBAX Regular
    Joined
    Sep 2004
    Posts
    7
    Location

    Returning External Data from MySQL Server

    I have an external MySQL server that I can connect into fine from my local pc. I can use the MySQL Query Browser, etc. to return data.

    Assume I have a table called Books - I want to return all rows with a booktype of "FIC"

    What is the VBA connection / Query String I will need to ensure I am connected and return the data to the spreadsheet. I anticipate automationg it to menu item or button later.

    Thanks


  2. #2
    VBAX Contributor
    Joined
    Aug 2006
    Location
    Hampshire, UK
    Posts
    140
    Location
    Hi

    See XL-Dennis' article here:

    http://excelkb.com/article.aspx?id=10179&cNode=3F6N6J

    Best regards

    Richard

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    See here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •