Search found 31 matches: disconnected

Return to advanced search

Re: Seeking your thoughts. UPDATED

... where the image was supposed to show. However, when I looked at the Preview ( printer class ), it was correct. It only occurred on his printer. We disconnected his printer, and ran it from both machines and it appears to be working as it should. I have no answers for him on what to do with his ...
by TimStone
Tue Jun 13, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 638

Re: To Maurizio, to Dutch

This is the most likely and safest way to do it. as soon as the internet line is disconnected, then the control of the database connection must immediately switch to the local database. I use Oracle database and this is no problem in triggering duplicate save records ...
by Mulyadi
Sun Dec 12, 2021 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2128

Re: Mysql with ADO

... to verify that oCn:State > 0 ( or oRs:State > 0 ) ? If I am not wrong, oCn:State was giving me wrong results even if the internet was disconnected. Internet may get disconnected and get connected again (especially low cost broadband connections), may be in few seconds it gets reconnected ...
by anserkk
Mon Oct 29, 2018 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql with ADO
Replies: 11
Views: 2288

Re: Final conversion 16 bit to FWH

... "quit" when it is done, which is probably disconnecting from the server. Then your getEmails() function is trying to read emails from a disconnected server. Instead of using your getEmails() function, try to read them with the GetMail() function again, after the first time, to see if ...
by James Bott
Thu Jul 13, 2017 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5023

Re: FWH: MySql/MariaDB: RowSet object

... Filter condition is similar to the usual DBF filter condtion. SetFilter() does not read data again from the server. Works even when server is disconnected. Changing Sort order: oRs:SetOrder( "age" )// oroRs:Sort := "age"//? oRs:Sort  // to know the present sort ...
by nageswaragunupudi
Fri Dec 23, 2016 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19441

Re: Tempory Recordset question

Search Google for "ado disconnected recordset".

EMG
by Enrico Maria Giordano
Sat Sep 24, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tempory Recordset question
Replies: 15
Views: 2709

Re: ADO RDD xHarbour

... routines to see if it is connected otherwise it let you do anything but: Updates, New records, changing index orders You will continue to work disconnected and as soon as you get connected again everything comes back to normal operation. With this we hope to avoid lost connection for the lack ...
by AHF
Wed May 27, 2015 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441923

Re: JSON Server Side with FiveWin

... Sql. In my case I was describing the data with a little more detail to enable the creation of a recordset on the remote side and I would fill the disconnected recordset with the json data. I started with just reading data from an incremental search we were working with. The speed was suprisingly ...
by byron.hopp
Wed Mar 04, 2015 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON Server Side with FiveWin
Replies: 5
Views: 1685

Re: ADO record locking experiences

... lock a record that is locked by someone else, I will run the query that check if the user is still connected, and then delete the records if it is disconnected..
by Marc Vanzegbroeck
Fri Aug 22, 2014 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO record locking experiences
Replies: 11
Views: 2292

Re: ADO record locking experiences

Marc, Rick, And how do you control if a user gets disconnected without releasing the locked record (using any of your techniques) ? In that situation the record would appear as locked but in fact nobody is locking it anymore... Antonio, If someone ...
by Marc Vanzegbroeck
Fri Aug 22, 2014 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO record locking experiences
Replies: 11
Views: 2292

Re: ADO record locking experiences

Marc, Rick,

And how do you control if a user gets disconnected without releasing the locked record (using any of your techniques) ?

In that situation the record would appear as locked but in fact nobody is locking it anymore...
by Antonio Linares
Fri Aug 22, 2014 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO record locking experiences
Replies: 11
Views: 2292

Re: ADO and resume laptop

Thank you Rao, Indeed, I just found out that oCn:State is still open, even when I disconnected the network. I try to use your suggestion, and put it in my global error-handler. The only problem I have ir the network-connections was lost, and back OK-again (after ...
by Marc Vanzegbroeck
Sun Jun 29, 2014 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and resume laptop
Replies: 11
Views: 1940

Re: Close ADO-connection

Mr James I shall soon post an example of how to do it. (We can do with xHarbour but not yet with Harbour). We shall also discuss about disconnected recordsets in that posting. But Mr Ricks (and many others') problem is what happens if the connection with the server is broken while a user ...
by nageswaragunupudi
Thu Aug 01, 2013 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10261

Re: Sending e-mail with CDO and SSL

... issue a STARTTLS command first [0:00:00.010] QUIT [0:00:00.100] 221 2.0.0 BLU0-SMTP147.phx.gbl Service closing transmission channel [0:00:00.000] Disconnected. .................... I have also just spent a couple of hours trying to find more info on detecting specific CDO errors, but without any ...
by James Bott
Thu Apr 04, 2013 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending e-mail with CDO and SSL
Replies: 24
Views: 9556

Re: Where can I download BCC582?

Jose, Richard

Thank You for the info.
I disconnected / connected again and could download the file.
I tested with Windows 8 some projects and it works fine.
Don't forget to add / change : BCC32.CFG and ILINK32.CFG

Best Regards
Uwe :lol:
by ukoenig
Mon Dec 10, 2012 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download BCC582?
Replies: 46
Views: 9081
Next

Return to advanced search