| Ticket Hash: | dd45aba387609229b5809971877690dddf854894 | ||
| Title: | connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater do not work on Win CE | ||
| Status: | Closed | Type: | Code_Defect |
| Severity: | Important | Priority: | NextRelease |
| Subsystem: | Integration_Via_PInvoke | Resolution: | Fixed |
| Last Modified: |
2013-01-01 19:32:37 13.46 years ago |
Created: |
2012-10-10 13:07:28 13.69 years ago |
| Version Found In: | 1.0.82.0 | ||
| Description: | ||||
|
Due to a limitation of the .NET Compact Framework, the connection properties LastInsertRowId, MemoryUsed, and MemoryHighwater on that platform. The root cause is the inability of the P/Invoke marshaller to handle Int64 parameters and return types by value.
This issue was reported on the mailing list. mistachkin added on 2012-10-10 13:11:36 UTC: | ||||