Search found 38 matches: bulk

Return to advanced search

Re: SMS Text messaging

There are many bulk SMS service providers who will charge you per SMS. They will also provide API which can be easily integrated with your FiveWin application. You will have to find out such providers in your country.
by anserkk
Wed Jun 15, 2022 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1707

Ejecutar .SQL en la nube

... (para crear la tabla y subir los datos contenidos) en una base de datos mysql en la nube, en hosting contratado. Lo he probado con los comandos BULK INSERT y LOAD DATA LOCAL INFILE , pero al parecer necesitaria obligatoriamente subir ese archivo "data.sql" al servidor. ¿Se podrá hacer ...
by JoseAlvarez
Sun Dec 26, 2021 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar .SQL en la nube
Replies: 1
Views: 372

Re: xBrowse jpg in SQL-database

... .OR. (cChar=='.') EXIT ENDIF cItem += cChar NEXT nX2 IF ! EMPTY(cItem) //cSqlIns := [INSERT asset SET inspcft=(SELECT * FROM OPENROWSET(BULK N'] + cCft + cTemp + [',SINGLE_BLOB) AS CertificateImage),inspcfttype='JPG' WHERE itemnumber='] + ALLTRIM(cItem) + ['] cSqlIns := [INSERT INTO ...
by cdmmaui
Fri Nov 08, 2019 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 2998

Re: To James Bott - Error Using TData

... service histories for anything that the business works upon. Other methods have to do with tax systems for clients, utilities to change data in bulk, and so much more. that you wrote is all right , I don't doubt the capabilities of the tdata class, surely there are benefits the point is another ...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5125

Re: To James Bott - Error Using TData

... service histories for anything that the business works upon. Other methods have to do with tax systems for clients, utilities to change data in bulk, and so much more.
by TimStone
Tue May 28, 2019 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5125

Re: add recs/repl fields to an existing table of SQL db

... the syntax applicable to the RDBMS connected by using FW_OpenAdoConnection(), be it MySql, MsSql, Oracle, etc. This sample demonstrates inserting bulk records using SQL statement. For the purpose of this example, we are using the Demo server of FWH. You may use connecting to your own server later. ...
by nageswaragunupudi
Thu Apr 25, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1307

Re: SQL insert DateTime

... "start,end,name,room_id,status,paid", aData )  This method can be used not only to insert new records (single or bulk), but also for updating existing records with latest information as well as insert-cum-update. For example, let us assume that "room_id" ...
by nageswaragunupudi
Fri Dec 07, 2018 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL insert DateTime
Replies: 2
Views: 1169

Re: Text (SMS), and emails.

To do this in bulk, I have not found a way to use Outlook. It always wants to display each email and have you hit the Send button. That is part of the security features of Outlook. However, there is a third-party product to allow ...
by James Bott
Tue Jan 30, 2018 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text (SMS), and emails.
Replies: 4
Views: 1450

Re: Text (SMS), and emails.

... Text", the box pops up, they put in the message, and hit the send button. Now all SMS texts can be tracked in the email system. To do this in bulk, I have not found a way to use Outlook. It always wants to display each email and have you hit the Send button. I send bulk emails direct to the ...
by TimStone
Thu Jan 18, 2018 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text (SMS), and emails.
Replies: 4
Views: 1450

Re: Text (SMS), and emails.

byron.hopp wrote:Additional we would like to send texts (sms).

There are many Bulk SMS and Email service providers. You can use http GET to send SMS via web. They will provide you their API URL which you can use in your Fivewin application.
by anserkk
Thu Jan 18, 2018 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text (SMS), and emails.
Replies: 4
Views: 1450

Re: Copia de registros con FWH

Buenas APPEND FROM , sería similar a los procesos Bulk de SQL Server, en un plis empujas todo ;-) A veces , no queda más remedio que hacerlo de esta manera. En su día diseñe la aplicación de actualizaciones para la empresa, donde se modifican/fusionan ...
by thefull
Thu Jun 01, 2017 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copia de registros con FWH
Replies: 12
Views: 2855

Re: INeed to read an xml that contains some strange char

Yes Rick, I my opinion a field that contains "OSS - BULK REPAIR" and another that contains "OSS ÔÇô BULK REPAIR" field->codice = "OSS - BULK REPAIR" field->descri = "OSS ÔÇô BULK REPAIR" ? field->codice ...
by MarcoBoschi
Tue Apr 04, 2017 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INeed to read an xml that contains some strange char
Replies: 7
Views: 1204

INeed to read an xml that contains some strange char

... strange characters in a xml file that I have to read to populate a dbf table. I'm sure that the person who typed in his program insert this OSS - BULK REPAIR and not this OSS – BULK REPAIR but unfortunately his export program create this xml <?xml version="1.0" encoding="utf-8"?><SERVICE_TYPES>  ...
by MarcoBoschi
Tue Apr 04, 2017 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INeed to read an xml that contains some strange char
Replies: 7
Views: 1204

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... generating PDFs. Even using Print to PDF kind of drivers generate better output. For occasional use, FWSavePreviewToPDF() does the job. But for bulk jobs, it is desirable to use external libraries or drivers, dedicated for this purpose, paid or free.
by nageswaragunupudi
Fri Feb 24, 2017 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6149

New FTDN November/Noviembre 2015 (FWH 15.11)

... Enhancement: SQL INSERT command. Now column names are optional. New: SQL INSERT INTO <table> [( <colnames> )] ARRAY aData for Bulk Inserts * Enhancement: Cuebanners of TGet and TEdit now support Unicode also. * New functions: StrToWide() and WideToStr(). Appropriately use Ansi/Unicode ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2754
Next

Return to advanced search