Visual Foxpro 6.0 book states: SQL Pass Through result cursors are not updateable by nature. You can set them to be updateable by using the SQLSetProp() function after the cursor exist. How will I do this? Need Help!!