Still, it would be nice if we could at least forward engineer. I cannot find anything in EA at present that allows this. No data type, nor any kind of setting for field size or whatever.
As to ODBC, I wonder if we could do some kind of detective work here. It's been some time since I wrote a lot of ADOX or ODBC metadata stuff, but...
If we can detect the AutoNumber property of a primary key, and if the key reports a text data type, then it would have to be a GUID. Given a list of such fields, we can now match with foreign keys that reference these primay key fields, which would also have to be of type GUID. Would this be enough?
Of course, this approach presupposes that we can detect the AutoNumber property.
Anyone know off hand?