Mr EMG
I agree. I also found this regarding MySQL:
m
Thanks for the information. However its somewhat comforting that clientside recordsets are working well and inserts are working well.
In the case of MSAcess can you take the trouble of doing this test?
oRs:AddNew( { "test" }, { 12.50 } )
and ...
Search found 10 matches: clientside
Searched query: clientside
- Sat Sep 21, 2013 1:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Strange numeric behavior
- Replies: 22
- Views: 5063
- Mon Jun 17, 2013 3:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RecordSet: What is the best CursorType to use?
- Replies: 2
- Views: 1171
ADO RecordSet: What is the best CursorType to use?
... a recordset. If we set connection object's CursorLocation property to adUseClient, all recordsets opened with that connection are all by default clientside only. We save one line of code while opening every recordset. Even otherwise it is always desirable to set connection object's CursorLocation to ...
- Tue Jan 25, 2011 5:46 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ejemplo del uso del un recorset con xbrowse
- Replies: 26
- Views: 10350
Re: Ejemplo del uso del un recorset con xbrowse
goosfancito wrote:hola.
estoy incursionando oracle con ado y resulta que siempre recordCount() me devuelve -1, pero esto es falso, tengo datos.
porque pasa esto?
Serverside recordsets return -1 as RecordCount.
We need to open recordsets on clientside, by using adUseClient, for browsing. Default is adUseServer.
- Sun Aug 09, 2009 3:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Intermittant xBrowse ADO error ( again )
- Replies: 61
- Views: 17647
Re: Intermittant xBrowse ADO error ( again )
... of a recordset can be checked either by ( oRs:Bof .and. oRs:Eof ) or by ( oRs:RecordCount == 0 ) safely.
( Note: Our discussion is confined to ClientSide recordsets only ).
When recordset is empty almost all other methods ( bookmark, absoluteposition, etc ) fail.
So, a codeblock like this ...
( Note: Our discussion is confined to ClientSide recordsets only ).
When recordset is empty almost all other methods ( bookmark, absoluteposition, etc ) fail.
So, a codeblock like this ...
- Thu Jul 24, 2008 12:55 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ADOBASE, ultima version muy mejorada.
- Replies: 27
- Views: 7282
- Sat Jun 14, 2008 7:48 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ADOBASE, ultima version muy mejorada.
- Replies: 27
- Views: 7282
- Sun Feb 17, 2008 5:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Someone has an example of the use of a recorset with xbrowse
- Replies: 19
- Views: 5979
- Sun Feb 10, 2008 11:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Another for MDB recorset
- Replies: 41
- Views: 11797
- Tue Sep 18, 2007 11:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADORDD Question
- Replies: 4
- Views: 1525
Still this is a clientside recordset. ROWNUM of Oracle gives numbers from 1 onwards for the rows returned. Same values as ADO absolute position. When we use ADO we dont need to use ROWNUM. (Note: Rownum helps only to know the order in which we read oringally after we sort or filter rows in ADO on ...
- Mon Jun 25, 2007 12:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO update visability between workstations
- Replies: 18
- Views: 6071