Search found 271 matches: recordsets

Return to advanced search

Re: ADO não funciona o RecordCount()?

From the MSDN: "The returned Recordset object is always a read-only, forward-only cursor." Use recordsets instead of connections: #define adOpenForwardOnly 0 #define adOpenKeyset 1 #define adOpenDynamic 2 #define adOpenStatic 3 #define adLockReadOnly 1 #define adLockPessimistic ...
by Enrico Maria Giordano
Thu Jan 26, 2006 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO não funciona o RecordCount()?
Replies: 13
Views: 3526
Previous

Return to advanced search