From: <js...@ii...> - 2005-11-04 12:12:09
|
Have anybody hacked in binary representation of MS Access table/query defs? Brian? Is anybody interested in making progress here? I've recently looked at MSysObjects table, in particular 'LvProp' binary field. It is base64-encoded bytes containing some structures: - in tabledef case: fields properties: captions, discriptions and probably any other propoerty (I've identified mostly utf16 strings because it's easy) - in querydef case: it's more complex than for tabledefs Sample 'Shippers' table from sample 'Northwind' database has been tested. More information: 1. Detailed schema information for this table: http://kexi-project.org/tmp/msa/northwind_shippers_schema.pdf 2. uubase64-decoded contents of this 'MSysObjects.LvProp' field for this table: http://kexi-project.org/tmp/msa/shippers 3. the same data re-engineered using my hand-crafted python script: http://kexi-project.org/tmp/msa/shippers.log -- regards / pozdrawiam, Jaroslaw Staniek / OpenOffice Polska Kexi Developer: http://www.kexi-project.org | http://koffice.org/kexi Kexi support: http://www.kexi-project.org/support.html KDE3, KDE4 libraries for developing MS Windows applications: http://wiki.kde.org/tiki-index.php?page=KDElibs+for+win32 |