Page 1 of 1

ODBC Question

Posted: Thu Aug 17, 2006 9:37 am
by NK
Can someone explain to me, distinguished is what that between oODBC:lCsrDyn := .t. and oODBC:lCsrDyn := .f. ?

Best regards
Norbert

Re: ODBC Question

Posted: Thu Aug 17, 2006 1:58 pm
by Maurilio Viana
Norbert,

This property refer to SQL cursor. That can be dynamic (.T.) or no (.F.).
SQL cursor point to a single record row or set of rows. You will use this property when work with MS SQL Server. I'm sorry to not remember if you must set it to .T. or .F. to work with MS SQL Server bur I think you can do a simple test trying set to .T. and doing any 'select clause' if you get an error change this value to .F. and try again.

Regards
Maurilio