From: Nirgal V. <con...@ni...> - 2011-02-07 22:04:39
|
Hello When using mdb-export on OLE fields, they are processed as text fields. This results in several problems: - Output stops as soon as a 0 si found - Non ascii characters are output in a weird way, sometimes resulting in a broken csv file. Attached is a patch. I had to add the length in print_col function, because we can't use the sentinel for strings containing \0. You can try on MsSysObjects tables: You'll get more information in the LvProp table, kdd numbers for example... |