Search found 85 matches: connectivity

Return to advanced search

Re: Help splitting up a character address string

... can iterate over the rows and columns of the Excel file to retrieve the relevant data. 3. Connect to the database: Use the appropriate database connectivity library for Harbour (e.g., HbMySQL, HbSQLite, etc.) to establish a connection to your desired SQL database. 4. Create the SQL table: Define ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 494

Re: Lost connection to MySQL server during query

... oCn:Ping() ) will automatically wake up the connection and continues the work. The only reason of this "lost server" error is physical connectivity issue. It can be transient at times like lose connections or unstable internet connection or rarely a problem with the provider of the ...
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: 11988

Re: Lost connection to MySQL server during query

Vilian

Sorry ( again ) if I may have offended you ... Is this loss of connection isolated to 1 or 2 machines of is the connectivity problem randomly system wide ? .. I do not know anything about MySql ?

Rick
by Rick Lipkin
Fri Aug 04, 2023 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 11988

Re: Lentitud al abrir una dbf en red

... but for large enterprise apps I like Sql Server. ADO does NOT require any 3rd party connection libraries ( like odbc ) and all the ADO drivers ( connectivity ) are contained on every Microsoft windows 10 workstation .. ADO is very much like the syntax of TDatabase .. have a look at the FW samples ...
by Rick Lipkin
Sat Jul 08, 2023 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1378

Re: FiveWin on Apple/Mac works great

... me very few people were using it. I would be happy to get involved again. However one of the biggest advantages to Apple OSs is the transparent connectivity between devices. ICloud makes this popular. We would need a FiveIOS also to truly have an advantage. This would be a lot of work, so it ...
by TimStone
Tue Jul 04, 2023 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin on Apple/Mac works great
Replies: 10
Views: 738

Re: FTP Upload works at home Not at work

... trace the route that network packets take from your computer to a destination IP address or domain name. It is typically used to diagnose network connectivity issues. On the other hand, FTP (File Transfer Protocol) is a standard network protocol used for transferring files between a client and ...
by Otto
Fri May 26, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 428

Re: Advantage Database Server

... different data needs. You can do much with smaller amounts of data for each transaction, but I cannot. You esist in Europe with excellent internet connectivity and speeds. Many of my clients can't get that quality at any price, so they need a local server based system. Competitors exist, and they ...
by TimStone
Thu Jan 13, 2022 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3402

Re: web browser control based on Microsoft Edge

... modern computers ) to Windows 11, and all of their applications will be undated also. Since most of us develop for businesses, they will want the connectivity of the latest technology to compete with their "rivals". I feel I can do that only if I stay with the most current releases of ...
by TimStone
Mon Aug 30, 2021 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web browser control based on Microsoft Edge
Replies: 20
Views: 2830

Working With Quickbooks. QBFC

... used FWH and xHarbour to build a link between my application and Quickbooks. To do this I had to use the following code to initialize QB connectivity setup: FUNCTION QBInit   LOCAL cQBFile := " "   LOCAL nHandle, oConfig, oQb, oSetupResponse   IF MsgNoYes( "Do you wish ...
by TimStone
Fri Feb 12, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 394

How to check the status of a url, with credentials

Hi, I wrote a python utility earlier in the year that checks connectivity, and optionally html file size, and optionally with credentials. Are there some FW snippets that will accomplish the same thing? I already tried searching through Minigui and played ...
by FWExplorer
Tue Dec 29, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 535

Re: New Password problem

... speed ? Is it viable to have days of downtime ? It has nothing to do with the programming. The best program in the world is still limited to the connectivity from the workstations to the server. When the server is local, they never lose the connection. With the internet, they may. often lose ...
by TimStone
Thu Oct 01, 2020 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3177

Re: FWCONNECT con Mysql 8.0.17

... installed I got libmysql.dll for 64-bits only but till now I could not download the 32-bit dll. Even with 64-bit dll, we are facing some issues of connectivity and we are yet to resolve these issues. We, therefore, recommend reconfiguring the server to use Legacy Connectivity and continue to use ...
by nageswaragunupudi
Thu Dec 05, 2019 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT con MysqL (SOLUCIONADO)
Replies: 23
Views: 3688

Re: Mysql with ADO

... may be in few seconds it gets reconnected again without any user intervention, but if you try to do some operation on the database, even after the connectivity is re-established, it was giving problems. May be the MySQL server will not allow any operation by a client that got disconnected in between
by anserkk
Mon Oct 29, 2018 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql with ADO
Replies: 11
Views: 2288

Re: Mysql with ADO

Yes, we will definitely will face this issue at one point of time, especially when we access the database via Internet. At times, the internet connectivity in the client PC may break. It may be for few seconds or for few minutes, or hours and the internet connectivity is resrored automatically. ...
by anserkk
Mon Oct 29, 2018 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql with ADO
Replies: 11
Views: 2288

Re: Latest FWH upgrade, performance issues, larger EXE

... One thing is for sure it that we must move to a web based application connected to SQL. That is why we choose to use xBase++ 2.0 with native SQL connectivity running on Microsoft Server with IIS. I will say xBase++ is very expensive but again we have to move with the times and the demands of ...
by cdmmaui
Sat Jul 21, 2018 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4933
Next

Return to advanced search