enhanced SQLExecEx
- SQLVARCHAR and SQLWVARCHAR columns are now mapped to the C(x) datatype like in SQLExec,
use CURSORSETPROP('MapVarchar', .T., 0) to alter the mapping to the V(x) datatype
- varchar(max)/varbinary(max) fields from SQL Server are retrieved correctly as Memo/Blob fields when using the SQL Native Client ODBC driver
added SQLPrepareEx and SQLCancelEx
added constants for CreateGUID in vfp2c.h
fixed MemberData generation in VFP2CFront
- SQLVARCHAR and SQLWVARCHAR columns are now mapped to the C(x) datatype like in SQLExec,
use CURSORSETPROP('MapVarchar', .T., 0) to alter the mapping to the V(x) datatype
- varchar(max)/varbinary(max) fields from SQL Server are retrieved correctly as Memo/Blob fields when using the SQL Native Client ODBC driver
added SQLPrepareEx and SQLCancelEx
added constants for CreateGUID in vfp2c.h
fixed MemberData generation in VFP2CFront