Search found 77 matches: disconnect

Return to advanced search

Re: Consuta sobre MariaDB/MySql

Number of connections should not matter.
We personally know companies with hundreds of users simultaneously connecting and working with cloud servers.
No need at all to connect and disconnect every-time. This is definitely not an efficient way.
by nageswaragunupudi
Tue Jan 23, 2024 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 466

Another Question about FWH and Word

Hello,

How do I disconnect an Add-on in Word by my FWH-applicqation which is active at the moment?

Thanks.
by driessen
Sun Jul 30, 2023 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another Question about FWH and Word
Replies: 6
Views: 346

Peticion POST a xHarbour

... //----------------------------------------------------------------- }catch (Exception e) { out.print(e); }finally { if(conexion != null) conexion.disconnect(); }
by servicomver
Mon Jun 05, 2023 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Peticion POST a xHarbour
Replies: 3
Views: 422

DBF REDE/WEB WINDOWS 7/10/11

Prezados amigos , eu fiz uma pergunta para ao Antônio Linares referente ao acesso lento dos dbf´s na rede Windows ,em especial quando e realizado um loop, dentro de outro loop em uma mesmo dbf pelo meu sistema compilado em fivewin 22.03/xharbour 1.2.3/BCC 7.3 em rede Windows 7/10/11 PRO , ele me dis...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9372

Re: FWForum Post and code grabber

... Forum Grabber" you must get new (real) IP which Google use to "identify" User but this is only possible when Router "disconnect" have a look into IPINFO.PRG how to get "real" IP How many request are possible in free mode ? as i understood Google "count ...
by Jimmy
Sat Oct 15, 2022 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

Re: Fix for Resedit

Rick,

You are right. Disconnect internet then it runs properly, and even if you reconnect again it continues working.

But with internet connection, it exits on start.

The ResEdit case... :-)
by Antonio Linares
Thu Aug 05, 2021 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Fix for Resedit

... reason causes the application to just Quit. I would appreciate if anyone else having this problem with Resedit could test my theory .. just disconnect your internet connection and see if the program becomes stable again. Thanks Rick Lipkin
by Rick Lipkin
Thu Aug 05, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Lost connection MySQL - Catch error

... it executes a SELECT of products and show it. https://i.ibb.co/vc04D5f/Whats-App-Image-2021-05-14-at-4-51-10-PM.jpg I tried to disconnect wire from the PC and give me this error: https://i.ibb.co/LP0C9c5/Whats-App-Image-2021-05-14-at-4-51-10-PM-1.jpg The user ...
by nlerdafehn
Fri May 14, 2021 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection MySQL - Catch error
Replies: 5
Views: 888

Rowset failure

Hello friends! After a disconnect due to inactivity or internet failure, a rowset returns the message: http://maxxtech.com.br/forum/error-rowset.jpg I have already tried to make an attempt to reconnect and this is ok, ...
by ctoas
Wed Mar 17, 2021 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset failure
Replies: 2
Views: 499

Re: llamar funciones de DLL

... Connect_Com( [in] int, [in] int, [in] int ) STDCALL dispatch FUNC VARIANT_BOOL Connect_Net( [in] BSTR, [in] int ) STDCALL dispatch FUNC void Disconnect() STDCALL dispatch FUNC VARIANT_BOOL SetUserInfo( [in] int, [in] int, [in] BSTR, [in] BSTR, [in] int, [in] VARIANT_BOOL ) STDCALL dispatch ...
by Antonio Linares
Sat Feb 01, 2020 7:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4600

Re: Mechanism for locking records in a DBF file

... low, falling into the real used space, so different schemes appear, that are what you see. Reagrding your issue of lock kept after the application disconnect, it is a matter of the OS. You can inspect the Open Files in the Disk Manager and disconnect all the users that appear to have the file open ...
by Carlos Mora
Sat Apr 20, 2019 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mechanism for locking records in a DBF file
Replies: 1
Views: 533

Re: Harbour for the web

... ) put( [ </div>] ) put( [</div>] ) // Footer... _CdmFooter() put( [</body>] ) put( [</html>] ) IF lAds oSession:disconnect() ENDIF DbCloseAll() CloseCGISession() RETURN Void https://cdmsoft.com/fwh/sample5.JPG
by cdmmaui
Sun Aug 12, 2018 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4652

MySql Connection status?

I would like to check the MySql server connection status. I try oCn:Connect() oCn:lOpen Both are returning .T. after connect but after I disconnect internet/intranet (lost the connection). It is still returning .T. How can I know the connection status? Because, I will use oCn:Close(), oCn:Connect() ...
by dutch
Wed Aug 01, 2018 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql Connection status?
Replies: 4
Views: 787

Re: Tempory Recordset question

Hi,

I found that I have to disconnect from the database bu setting ActiveConnection to nothing.

I have tried with
Code: Select all  Expand view
oRs:ActiveConnection:hObj := nil
 
but the program keep deleting from the table :(
by Marc Vanzegbroeck
Sat Sep 24, 2016 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tempory Recordset question
Replies: 15
Views: 2733

Re: netio_Disconnect aun no esta disponible?

perdon en la varable glb_work falta un bac slach al final asi
GLB_Work = 'net:' + alltrim( ipserver ) +':'+ alltrim( str( nport ) ) +':' + alltrim( cPassword ) + ':\'


saludos


Wilson
by wilsongamboa
Wed May 06, 2015 2:43 pm
 
Forum: FiveTouch
Topic: netio_Disconnect aun no esta disponible?
Replies: 11
Views: 3876
Next

Return to advanced search

cron