2) I loaded the data file. My intention is to load the node_feeds directly from metadean into the feeds table in Drupal. I did run into an interesting ODBC issue. When I import the table into Microsoft Access, it loads all the data properly. However, when I attempt to link it in Access, I get '#Deleted' Anyone have any idea what is going on with that? (Granted, I know that a lot of you are likely to avoid Access, ODBC and anything not nicely Open Source, but it likely that we may have people who work in the Microsoft world, and it would be nice if we can make things more accessible to them.)
I've seen the same problem. It must be a bug with the MySQL ODBC driver. I don't know of a workaround. Note that Drupal runs well on SQL Server or Postgres if you prefer either to MySQL. All 3 of those database servers are available for Windows. See the Drupal Admin Handbook for details.
