ODBC Question

Post Reply
User avatar
NK
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany
Contact:

ODBC Question

Post by NK »

Can someone explain to me, distinguished is what that between oODBC:lCsrDyn := .t. and oODBC:lCsrDyn := .f. ?

Best regards
Norbert
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Re: ODBC Question

Post 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
Post Reply