Yes, that's an old database, with VFP naming conventions. Built in 2004. Still running that business.
On Wed, Feb 12, 2014 at 9:32 AM, Ted Roche <[email protected]> wrote: > > On Wed, Feb 12, 2014 at 9:28 AM, Ted Roche <[email protected]> wrote: > > On Wed, Feb 12, 2014 at 9:15 AM, Kevin Cully <[email protected] >> > wrote: >> >>> >>> => phpMyAdmin is supposed to have an export that will work with Dia but >>> I can't find it and the normal XML output isn't what Dia is looking for. >> >> > <?xml version="1.0" encoding="utf-8"?> > <!-- > - phpMyAdmin XML Dump > - version 3.4.9 > - http://www.phpmyadmin.net > - > - Host: localhost > - Generation Time: Feb 12, 2014 at 09:30 AM > - Server version: 5.0.95 > - PHP Version: 5.3.21 > --> > > <pma_xml_export version="1.0" xmlns:pma=" > http://www.phpmyadmin.net/some_doc_url/"> > <!-- > - Structure schemas > --> > <pma:structure_schemas> > <pma:database name="sample" collation="utf8_general_ci" > charset="utf8"> > <pma:table name="User"> > CREATE TABLE `User` ( > `iUserPK` bigint(20) NOT NULL auto_increment, > `cUserName` char(25) default NULL, > `cUserInitials` char(10) default NULL, > `lActive` enum('Y','N') default NULL, > `lAdmin` enum('Y','N') default NULL, > `tChanged` timestamp NULL default CURRENT_TIMESTAMP, > `cDatabase` char(20) default NULL, > PRIMARY KEY (`iUserPK`) > ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; > </pma:table> > </pma:database> > </pma:structure_schemas> > </pma_xml_export> > > > -- > Ted Roche > Ted Roche & Associates, LLC > http://www.tedroche.com > -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4sJ9aHdwz3BZxba-Mw=vsj+v2cp6vp88an78oksi4b...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

