Search found 102 matches: inserts

Return to advanced search

Re: Question about performance RowSet

I am try this: Code: aRow := oCn:QueryResult( "select field1,field2 from states where code='WA'" ) if aRow == NIL // not found, then inserts aRow := { "aa","bb" } oCn:Upsert( "states", nil, { aRow } ) endif But insert not work. Table `states` has 3 fields: ...
by nageswaragunupudi
Wed Mar 20, 2024 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3997

Re: Question about performance RowSet

... other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3997

Re: Question about performance RowSet

... other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 3997

add items on ScrollPanels

I need to add items to a scrollpanel initially the dialog inserts only one item, but if the user press the 2 or 3 button he can insert 2 or 3 items https://i.postimg.cc/QdQw6GFV/gg.png the test I made add the items the second oitem is ...
by Silvio.Falconi
Thu Jun 08, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add items on ScrollPanels
Replies: 2
Views: 164

"Edit mode" to change Form labelling

Hello friends, Open a form in "Edit mode" to change Form labelling. Calling the form with a GET request inserts a button at each of the individual labelling elements. You can then edit the individual labels in a modal form and save them in a DBF file. Best regards, Otto ...
by Otto
Fri Sep 16, 2022 10:31 am
 
Forum: mod_harbour
Topic: "Edit mode" to change Form labelling
Replies: 1
Views: 280

Re: analytical scoreboard

... do? the procedure starts from the last record and in the first line (delay 0) puts all the 55 numbers out. From the second line (delay 1) he inserts the number he finds in the penultimate record but if a number is the same in the previous line / lines he does not write it but puts a zero. ...
by Silvio.Falconi
Wed May 25, 2022 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: analytical scoreboard - Resolved -
Replies: 6
Views: 523

Re: Fwteam - Xbrowse too slow

I need to insert xbrowse into a dialog not with xbrowser


XBROWSER also inserts XBrowse into a Dialog.
What is the difference?
by nageswaragunupudi
Wed Apr 13, 2022 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1133

New FTDN March/Marzo 2022 (FWH 22.03)

... [<aValues>] ) Provides same functionality as INSERT command of DBase, which is not supported by Clipper/Harbour. Suitable for small dbfs. Inserts a blank record at current position and pushes all records down by one record. Optionally writes non empty values of aValues to the inserted ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 621

fw_arraytodbf - record empty - Resolved!

When I convert from a csv file to an array, the fw_ArrayToDBF (aData ,, bProgress) function inserts me an empty record, how do I avoid this   local  csvfile:=".\csv\file.csv"   local  cSymbol := ","   local  cText := StrTran( MemoRead( csvfile ...
by Silvio.Falconi
Tue Mar 15, 2022 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_arraytodbf - record empty - Resolved!
Replies: 3
Views: 264

Re: Clase Nativa MySql

... FROM ' + cTable) + 1  It is not as simple as that. Even MySql server does not know the next autoinc value, till the time it actually inserts the record in the table. Between the moment server answers the query "SELECT MAX(fld) FROM table" and the time the new record is actually ...
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1847

Re: To Nages : Conversion txt into xbrowse bad

... able to delete with adel (adata, 1) but later when I use oDbf: fw_ArrayToDBF (aData, , bProgress) to save aData in the dbf archive, the procedure inserts a first empty record and then in any case inserts all the other records for a sample here pubblish a little csv fille CodUM,DescrUM,Molt,NumDec,Tipo,CodDescrUMCF10,Confezione ...
by Silvio.Falconi
Sat Nov 27, 2021 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: To Nages : Conversion txt into xbrowse bad

... able to delete with adel (adata, 1) but later when I use oDbf: fw_ArrayToDBF (aData, , bProgress) to save aData in the dbf archive, the procedure inserts a first empty record and then in any case inserts all the other records for a sample here pubblish a little csv fille CodUM,DescrUM,Molt,NumDec,Tipo,CodDescrUMCF10,Confezione ...
by nageswaragunupudi
Fri Nov 26, 2021 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: To Nages : Conversion txt into xbrowse bad

... able to delete with adel (adata, 1) but later when I use oDbf: fw_ArrayToDBF (aData, , bProgress) to save aData in the dbf archive, the procedure inserts a first empty record and then in any case inserts all the other records for a sample here pubblish a little csv fille CodUM,DescrUM,Molt,NumDec,Tipo,CodDescrUMCF10,Confezione ...
by Silvio.Falconi
Wed Nov 24, 2021 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

Re: To Nages : Conversion txt into xbrowse bad

... aData ) ) < 2 ASize( aData, Len( aData ) - 1 ) endif Adel(aData,1) <---------------- erase the first line But when I save aData on Archive, inserts an empty record as you can see here https://i.postimg.cc/jd0QGbyr/frfr.png Now you see it at the bottom because the dbf is indexed ...
by Silvio.Falconi
Wed Nov 24, 2021 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Conversion txt into xbrowse bad
Replies: 7
Views: 783

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

... you write your own sql statements for INSERT/UPDATE then use the format 'YYYY-MM-DD' for date constants. But we advise you to use the methods for inserts and updates (which are very powerful) instead of writing your own sql statements.
by nageswaragunupudi
Wed Sep 29, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28380
Next

Return to advanced search