Gilwen said:Does anyone know if there is a ms access or test file version of the mysql database that andargor has put together?
Gilwen said:Does anyone know if there is a ms access or test file version of the mysql database that andargor has put together?
You get a bunch of tables named after HTML tags, and hundreds of errors.John Morrow said:If you have Access 2002, get the XML version of the data and try "Get External Data" and then them "Import" with the file type as XML and see what you get.
andargor said:Actually, that's a very common request... Someone said they'd done it, but I'm not sure who.
What I could probably do is dump each table in a tab delimited file. Would that do it for you?
EDIT: I have a new version coming up.
Andargor
John Morrow said:If you have Access 2002, get the XML version of the data and try "Get External Data" and then them "Import" with the file type as XML and see what you get.
The database is mostly in standard SQL and I've successfully loaded the data into a PostgreSQL database by making a change. Basically, you remove the database type specification (a MySQLism) near the end of the "CREATE TABLE" statement (and perhaps change a storage type or in the table definition if your database can't handle it) and it's pretty standard SQL. There is an SQL window in Access in Design mode. You can try some creative cutting and pasting if you know anything about SQL.
andargor said:New version is up (click on my sig). Basically a maintenance release, with several errors fixed. Also, domains are now included.
All that's really missing are races and templates, since I can't make up my mind on how to extract them.
Andargor
Len said:You get a bunch of tables named after HTML tags, and hundreds of errors.![]()