I need to read Files that are written with the TClientDataset class f开发者_如何学Pythonrom Delphi with .NET Code. The Solution mentioned here does not work for me. \"A dotNet program that does not ru
I\'m trying to use the ReconcileError event to allow the user to correct the data after an update error which occurred in a specific record among others.
I have created a buffer object in python like so: f = io.open(\'some_file\', \'rb\') byte_stream = buffer(f.read(4096))