I use Visual MaxFrame Professional so the details are hidden from me and I don't really care what technology is used behind the scenes. < smile >
I actually think that Drew coded it so that it works through remote views in the background.
If I were to start doing my own code/framework now in VFP I would probably use CursorAdapters but I have never actually used them for more than playing with to learn about them. I believe they give you enough flexibility while hiding some of the technical details. If you want absolute control, then go with SPT.
Frank.
Frank Cazabon
On 20/08/2019 05:39 AM, Peter Cushing wrote:
Hi,
After running my app (VFP 9) on our local network (with a DBC) for many years, we are upgrading it (in stages) to a visual studio app with SQL server back end. I have read many people here talking about using SQL as a back end. At the beginning I will just be accessing the SQL data for reporting purposes but may need to write to it at some point. Looking through the archives some people mentioned SPT and others cursor adapters. Just wondering what people recommend to connect, so I can avoid the usual gotchas.
Thanks,