Search found 106 matches: connects

Return to advanced search

Re: USB reading/writing as Com port

Generally, when it is necessary to manage a device that connects via the USB port but responds to a serial structure, there are serial port emulators.
Here in Argentina, there are fiscal drivers that use that functionality, and they can be managed with Fivewin's COM port management functions.
by cmsoft
Thu Feb 08, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

Re: SQL connection

... nil  https://imagizer.imageshack.com/v2/xq70/923/v9evzI.png You can test this program from your computer. This program connects to a FWH's MsSql server in the cloud. This server is provided for testing by our users. After testing this, you can use similar logic on your ...
by nageswaragunupudi
Wed Jan 31, 2024 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 548

Re: Lost connection to MySQL server during query

Our FWH maria library initially connects to the server with MYSQL_OPT_RECONNECT option. As many other users advised, time out or sleeping and any such reasons are irrelevant. Even if timed out, any communication with the server ( eg even ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12352

Re: DBF to Excel Sheet, without Excel, using ADO ?

using your Sample i got


Obviously the file should be an existing and valid xlsx file. Otherwise with what ADO connects?
If the file is a valid xlsx file, FW_AdoImportFromDBF() works.
by nageswaragunupudi
Wed Aug 09, 2023 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2563

Re: FiveDBU ODBC and PostgreSQL

...  oCn   := FW_OpenAdoConnection( cStr, .t. )  Now the above program connects using ODBC and works exactly the same way as above.
by nageswaragunupudi
Tue Jun 27, 2023 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 513

Re: Fivewin and ADO

... }, .t. ) FWH function generates an appropriate connection string and connects to the database.
by nageswaragunupudi
Wed Jun 07, 2023 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3787

Ftp uploading files

Hi,

Is anyone using any ftp classes that actually work? I tested some examples here on the forum and it even connects but it sends the file with zero size.

Thanks in advance.
by wartiaga
Wed Mar 29, 2023 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ftp uploading files
Replies: 5
Views: 343

Read API data one by one or in block

Hello, Reading API data from server can be done one by one (each record connects, retrieve data and proces) This is what I do now Or should I consider to read 200 or more records and process that string of data. Here is the problem that the Hash fill will be ...
by Marc Venken
Sun Dec 18, 2022 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: FW and Telegram

... of the teachers and the acceptance of the dispositions the software must always be loaded in the tray from the windows because in my case it connects to a dbf archive, in the telegram Bot the user can send some commands for example /list and see all the dispositions of the day each connected ...
by Silvio.Falconi
Tue Sep 27, 2022 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 13
Views: 1046

Re: Picture para campo Time()

Here, xbrowse displays the time field value. Please try this test program. This program connects to our cloud server and you can also connect. #include "fivewin.ch"#include "adodef.ch"function Main()   local oCn, oRs, cSql  ...
by nageswaragunupudi
Sat Mar 12, 2022 2:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Picture para campo Time() (Resuelto)
Replies: 14
Views: 1347

Re: Fix for Resedit

It seems as it connects to 69.16.230.42 to check for the latest version:

HTTP:Request, GET /v_1.6.6
HTTP:Response, HTTP/1.1, Status: Ok, URL: /v_1.6.6

Image
by Antonio Linares
Thu Aug 05, 2021 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Resedit is Working Today

I would say that it was a one day bug with the MS crypto system (that connects to MS) but MS reacted soon and fixed it :-)

and it has been great to open our minds to consider new tools to use

Feel the force, all around, inside and outside... ;-)
by Antonio Linares
Wed Jul 21, 2021 10:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit is Working Today
Replies: 7
Views: 881

Re: Korean character problem...

...  oCn:Close()return nil  https://imagizer.imageshack.com/v2/xq90/924/FsIbxw.png This sample connects to the MySql server using the inbuilt MySql/Maria library, without using any 3rd party librarires. Korean characters are read and displayed ...
by nageswaragunupudi
Wed Nov 18, 2020 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Korean character problem...
Replies: 8
Views: 978

Re: FW MS-SQL Server

Ado connects to most Sql Databases ... go to the website Connectionstrings.com https://www.connectionstrings.com/ole-db-driver-for-sql-server/ xPROVIDER    := "SQLOLEDB"xSOURCE      := "MYCOMUTER-PC\SQLEXPRESS"xCatalog ...
by Rick Lipkin
Fri Sep 18, 2020 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW MS-SQL Server
Replies: 5
Views: 831

Re: Quiero comenzar con sqlite

... )   XBROWSER oRs FASTEDIT TITLE "SQLITE3 DATABASE TABLE"   oRs:Close()   ocn:close()return nil  This program connects to the database if it exists and otherwise creates a new database and connects. To use sqlite, you do not need to learn anything more than ...
by MarioG
Thu Aug 06, 2020 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4771
Next

Return to advanced search