Search found 10 matches: batches

Return to advanced search

Think Bigger - Think on Future

... needs of your environment, you can optimize the performance of your CRUD operations by caching data in memory, performing write operations in batches, or setting up logging for repeated queries. Error and Transaction Management: Ensure your system handles transactions securely and creates ...
by Otto
Fri Nov 01, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 152

Re: Read API data one by one or in block

... to retrieve it one record at a time. However, if you are retrieving a large amount of data, it may be more efficient to retrieve it in larger batches. How often do you need to retrieve the data? If you only need to retrieve the data once, it may not matter as much whether you retrieve it one ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 292

Re: HEIC to JPG

... Use FW_SaveImage( cHeicfile, cJpegfile, nJpgQuality ) for silent conversion. You can convert the images in batches also. It is necessary that you need to have freeimage.dll in the exe path for (1) conversion and (2) directly read heic files andd display them ...
by nageswaragunupudi
Thu Jul 02, 2020 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 4555

Re: HEIC to JPG

... for Windows Free, In English,Version: 6.15 Latest update : Mar 23, 2020 Developer : NCH Software Convert, resize and watermark multiple photos in batches Pixillion is one of those programs: quick, efficient, and easy-to-use image editor which helps you convert, resize, rotate, watermark and add ...
by ukoenig
Wed Jul 01, 2020 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 4555

Re: DOS accounting system to TWeb

... nMultiRowSize defaults to 20 records per batch. If the data contains binary data (BLOB) it defaults to 1. This method reads and inserts data in batches. Each batch containing 20 records. This is slower than inserting all records in one batch. If we increase nMultiRowSize, the speed will increase. ...
by Otto
Mon Apr 08, 2019 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 6784

Re: DOS accounting system to TWeb

... nMultiRowSize defaults to 20 records per batch. If the data contains binary data (BLOB) it defaults to 1. This method reads and inserts data in batches. Each batch containing 20 records. This is slower than inserting all records in one batch. If we increase nMultiRowSize, the speed will increase. ...
by Otto
Mon Apr 08, 2019 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 6784

Re: Accounting Software

Harvey

I am hoping to transfer data in realtime rather than in batches.

Cheers

Colin
by Colin Haig
Fri Jan 08, 2010 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Accounting Software
Replies: 8
Views: 1302

New Release

... in the forum for download. Many new things are added. I still have to add a ERRORHANDLER for the Scripting. A new Batch-Editor ( Scripts and Batches are possible now ). The batches are saved in a memo-field. From the Memo, the Batch-file is created if needed for any Image-filters. The Batches ...
by ukoenig
Wed Nov 26, 2008 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New release Image-Viewer for FWH (new functions preview)
Replies: 4
Views: 3769

Re: PDF

... statement pages. I would then directly email the PDF's to the email address in the account record. Since I allow clients to set the accounts into batches, with a user defined flagging code, I could have a batch for those who do have email addresses on file.>> I'd be interested to know how ...
by Randal
Thu Aug 07, 2008 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Emailing PDF's
Replies: 9
Views: 2412

PDF

... statement pages. I would then directly email the PDF's to the email address in the account record. Since I allow clients to set the accounts into batches, with a user defined flagging code, I could have a batch for those who do have email addresses on file. Of course, I'm not sure this is going ...
by TimStone
Thu Aug 07, 2008 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Emailing PDF's
Replies: 9
Views: 2412

Return to advanced search

cron