FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ODBC Question
Posts: 97
Joined: Sun Nov 20, 2005 04:32 PM
ODBC Question
Posted: Thu Aug 17, 2006 09:37 AM

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

Best regards
Norbert

Posts: 252
Joined: Tue Oct 25, 2005 02:48 PM
Re: ODBC Question
Posted: Thu Aug 17, 2006 01:58 PM

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

Continue the discussion