midas-server
Read a Delphi TClientDataset Files with .NET
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[详细]
2023-03-02 13:26 分类:问答Handling update errors in multiple records in the TClientDataset's ReconcileError method
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.[详细]
2022-12-29 22:02 分类:问答Access contents of PyBuffer from C
I have created a buffer object in python like so: f = io.open(\'some_file\', \'rb\') byte_stream = buffer(f.read(4096))[详细]
2022-12-18 03:58 分类:问答