Search found 82 matches: appending

Return to advanced search

FWH 16.09: RowSet AutoAppend feature

There are quite a few situations where providing FastEdit (inline edit) is very appropriate. Most of such situations also require auto appending new blank rows inline. That is, when the users presses down arrow key or completes edit of last row, a new blank row should be automatically created ...
by nageswaragunupudi
Tue Oct 25, 2016 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.09: RowSet AutoAppend feature
Replies: 0
Views: 666

Re: FWH: MySql/MariaDB: RowSet object

... 5000 records) initially and display the browse on the screen within less than a second and then read remaining records in parts or full and keep appending these records to the main rowset as and when time permits. When to read and the size of the chunks depends on the programmer's choice that ...
by nageswaragunupudi
Wed Oct 05, 2016 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19680

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... appended row, any navigation automatically calls Save(). Example: oRs:Salary := 20000oRs:Save()//oroRs:Skip()  // saves and skips  Appending Rows: oRs:Append() or oRs:AddNew() Creates a new blank record. We can edit the fields in the usual way and call Save() or navigate to append ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28562

Re: hb_xrealloc can't reallocate memory

... two ago we discovered that the ADORDD was doing a commit after each record during APPENDs. This was taking 11 hours to append 26 thousand records. Appending the same file using DBFs took 1 second. So, buffering before writing to disk provides a tremendous increase in speed. One would expect this ...
by James Bott
Wed Sep 02, 2015 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7239

Re: ADO RDD xHarbour

... at last. I have been able to import a large number of records from a DBF into a SQL table in an ACCESS database using the APPEND FROM command. Appending 26,191 records with 31 fields from a DBF into an ACCESS table: 18 minutes. Appending the same records from a DBF into a DBF: 1 second Hmm, ...
by Kleyber
Mon Aug 03, 2015 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: ADO RDD xHarbour

... at last. I have been able to import a large number of records from a DBF into a SQL table in an ACCESS database using the APPEND FROM command. Appending 26,191 records with 31 fields from a DBF into an ACCESS table: 18 minutes. Appending the same records from a DBF into a DBF: 1 second Hmm, ...
by James Bott
Sun Aug 02, 2015 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: ADO RDD xHarbour

... were due to another buildx.bat file that was in the path which was not linking in all three of the LIBs needed for the ADORDD. My bad. I tried appending from a dbf to a SQL table (in an ACCESS) and it worked until it crashed at record 548. I am including the error log below. I'm at a loss at ...
by James Bott
Tue Jul 28, 2015 5:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: ADO RDD xHarbour

Antonio, To debug OrdSetFocus(), I need the fix for dbfilter() please, to trace the problem. It my be related when appending of replacing records, the filter is cleared?. I don´t know if it happened before. About ArrayTranspose(), its aviable here: https://bitbucket.org/fivetech/fiveweb/src/f1d5073aae35f6945424f83ccb1369c2d9b0205b/source/function/harbour.prg?at=master ...
by lucasdebeltran
Mon May 25, 2015 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: ADO RDD xHarbour

... FROM CUSTOMER WHERE CODIGO=#10# ORDER BY CODIGO But in ADO should be: SELECT CUSTOMER.* FROM CUSTOMER WHERE CODIGO=10 ORDER BY CODIGO Also, when appending a dbf with 30 fields, I get: Error description: (DOS Error -2147352567) WINOLE/1006 Record is too large. (0x80040E21): Microsoft JET Database ...
by lucasdebeltran
Tue May 19, 2015 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: ADO RDD xHarbour

... ADO_GETUNLOCK( 2776 ) Also, Append does not work fine. The first time I append a record: http://i57.tinypic.com/nyg3uw.jpg When appending next records, it seems ok.
by lucasdebeltran
Tue May 19, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: ADO RDD xHarbour

Antonio, For appending and browsing, Recordset should be opened at STATIC FUNCTION ADO_OPEN( nWA, aOpenInfo ) as shown:   oRecordSet:CursorLocation := adUseClient //its slower but has avntages such always bookmaks   oRecordSet:LockType ...
by lucasdebeltran
Thu Apr 02, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447059

Re: Commit y unlock

... days, it was said that if you move the record pointer it forced the workarea buffers to be flushed to disk. In cases where I am in a Do While loop appending or editing many records, I issued a dbSkip(0) after each change. DbSkip(0) technically moves the record pointer back to itself, theoretically ...
by Rick Lipkin
Thu Sep 04, 2014 1:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Commit y unlock
Replies: 6
Views: 1219

Re: PDF error pops up again

Seems to be a problem with logging.

I only get the following in the file:

06/12/14 07:26:15: 35

It would appear each submission writes the same line over rather than advancing / appending a line.

Tim
by TimStone
Thu Jun 12, 2014 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF error pops up again
Replies: 13
Views: 2819

New FTDN march/april 2014 (FWH 14.04)

... this codeblock is called with the object as pararmeter, for saving data to the individual fields, instead of using the internal logic. Locking / appending and unlocking is taken care of by the class and the codeblock should contain logic to assign values to individual fields only. This codeblock ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1750

Re: Suggestion for xBrowse + TDolphin

... it with TDolphin also without any extra coding. This works the same way as with arrays, dbfs, recordsets, etc. If you like to show a blank row for appending a row, it is easy with arrays and recordsets ( using AddNew() method when opened in batchoptimistic locking mode ). Can also do with dbfs ...
by nageswaragunupudi
Mon Feb 03, 2014 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestion for xBrowse + TDolphin
Replies: 2
Views: 626
PreviousNext

Return to advanced search