I developed 2-tiers accouting system using Foxpro with VFP native tables.
Now, I'm thinking of extending it to talk to MSSQL server. I was planning to use SPT but then I came across a class called CursorAdapter.
My question is which one should i use for minimum work. CursorAdapter sounds promising but until i read the statement below from a VFP forum.
"CursorAdapters are great in theory, but seem to not be as solid as they should be. I'd strongly recommend SPT"
Until now, i haven't started anything yet as i'm still deciding which approach to choose.
My existing codes are all using SCAN..ENDSCAN, LOCATE and inline SQL statements. If so, which approach would u all recommend ?
Thanks
Now, I'm thinking of extending it to talk to MSSQL server. I was planning to use SPT but then I came across a class called CursorAdapter.
My question is which one should i use for minimum work. CursorAdapter sounds promising but until i read the statement below from a VFP forum.
"CursorAdapters are great in theory, but seem to not be as solid as they should be. I'd strongly recommend SPT"
Until now, i haven't started anything yet as i'm still deciding which approach to choose.
My existing codes are all using SCAN..ENDSCAN, LOCATE and inline SQL statements. If so, which approach would u all recommend ?
Thanks