Who has experience with SQL Server and ODBCDBE?
Posted: Wed Feb 03, 2016 7:00 pm
I am working with a VFP developer to help convert one of their applications.
Everything was going well until I ran into a problem with a cursor returned by a stored procedure.
One of the fields is always a NIL value.
They claim that they have assigned a Varchar(max) value to the field in their stored procedure but Xbase++ will not recognize the type. I think it is a type "text", not supported by Xbase++ and not a type Varchar(max) because Xbase++ is reported that at least one of the field types is "text".
Has anyone dealt with this before?
Everything was going well until I ran into a problem with a cursor returned by a stored procedure.
One of the fields is always a NIL value.
They claim that they have assigned a Varchar(max) value to the field in their stored procedure but Xbase++ will not recognize the type. I think it is a type "text", not supported by Xbase++ and not a type Varchar(max) because Xbase++ is reported that at least one of the field types is "text".
Has anyone dealt with this before?