We are in the process of rewriting a FoxPro 2.6 app in VFP 8.0. I've been trying to get a workable set of data classes set up using the new cursoradapters against our native VFP data, since we may eventually move our backend to an Oracle database. What I'm seeing is having cursoradapters based on native data results in a form's datasession not properly being released. After releasing the form, there is an "unknown" datasession with any tables that were used in the cursoradapters' underlying select statements. I even tried throwing an explicit "close all" in there, which does close those tables, but still leaves a ghost datasession. I was just curious if anyone has seen this or has a suggestion. Thanks in advance