Search found 112 matches: restored

Return to advanced search

TDatabase FWH 17.08 : Datas and Methods

... ) --> uResult Looks up value in the table and return the result of expression in the 3rd parameter. The record position and sort order are restored before returning the result. Parameters: 1. uValue: Value/Expression to be looked up. if 2nd param is an order name, DBSEEK( uValue ) is executed ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1801

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... In case of physical loss of connections, the program can continue without accessing data from the server and when the physical connectivity is restored any attempt to read/write data will automatically reconnect to the server and proceed with the execution of the program. Mr Rao, I think it's ...
by vilian
Wed Jun 07, 2017 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 29170

Re: Google Cloud Platform

... is impacting Managed DNS customers in this region. Our Engineers are continuing to work on mitigating this issue.” According to Dyn, services were restored at 13:20 UTC. Customers suffering from disruption included Twitter, SoundCloud, Spotify, Netflix, Reddit, Pagerduty, Shopify, Disqus, Freshbooks, ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4246

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... In case of physical loss of connections, the program can continue without accessing data from the server and when the physical connectivity is restored any attempt to read/write data will automatically reconnect to the server and proceed with the execution of the program.
by nageswaragunupudi
Sun Dec 11, 2016 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 29170

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... cTable )   nSecs    := Seconds()   oCn:Restore( cBackUpFile )   ? "Restored in", Seconds() - nSecs, "Seconds"   // 130 Secs ( 2 mins 10 secs )   ? "Opening Table for Browse. ...
by nageswaragunupudi
Mon Nov 07, 2016 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20888

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

Mr Rao,

I have tried and everything is fine.
In the tests I did the backup/restore of a database with more than 150mb of size, where I have some tables with TEXT/BINARY fields.
Indexes and triggers were successful restored too.
by vilian
Mon Nov 07, 2016 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20888

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... data of the dbf is inserted into "custbig" table 2000 times, making it a million records table. Then this table is backedup, dropped, restored, opened and browsed. function BigTable()   local cSourceDBF  := "c:\fwh\samples\customer.dbf"   local ...
by nageswaragunupudi
Sun Nov 06, 2016 2:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20888

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

...  xbrowser oCn:ListTables() title oCn:CurrentDB()return nil  Now we compare the tables of the original database `sakila` with restored database `sakira`. We used this code to compare the tables. This code can be used to compare other cases also. function DbCompare( db1, ...
by nageswaragunupudi
Fri Nov 04, 2016 3:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20888

Re: Problem with Print Preview

Thanks, Maurizio, we had the same problem as Byron described and after turning of the updates you mentioned, the behaviour restored to the behaviour we were used to! :D
by gkuhnert
Thu Sep 01, 2016 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Print Preview
Replies: 3
Views: 778

FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... autoincrement fields, memo fields with embedded CRLF and special characters, binary data like images, etc properly. Sample table backed up and restored: http://imagizer.imageshack.us/v2/xq90/922/wH40YE.png METHODS: (updated) METHOD BackUp( [source], [dest], ...
by nageswaragunupudi
Sat Aug 06, 2016 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20888

FWH: MySql/MariaDB: RowSet object

... server is required. (Future plans: To spool the edits and insertions when connection is lost and to upload the spooled edits after connection is restored.) Option (1): oRs := oCn:RowSet( cTable(or)cSql, [lShowError] ) This is similar to other libs. The parameter can also be a table name without ...
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 20006

Re: New FWH 16.04

Mr Günther

Thanks for pointing this out. This was the result of painting non-alpha images also transparently.
We restored the earlier behavior in the revised build.
by nageswaragunupudi
Sun May 15, 2016 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4628

Re: New FTDN April/Abril 2016 (FWH 16.04)

We have just published a FWH 16.04 revised build 2 April 2016 (Revd Build) * MsgLogo() and MsgSplash(). Restored compatibility with versions upto 16.03 by painting non-alpha images non-transparently. An optional logical parameter is provided as last parameter to force transparent ...
by Antonio Linares
Sun May 15, 2016 6:56 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7747

Re: Warning: Error detected (LME288)

... I ran into the dreaded unknown heap LME288 errors. At first it didn't appear on Windows 10 but if I installed something, it would pop up. If I restored the computer to Windows 7, it would disappear. After a little research on the net, I found the solution. There is a memory problem with ilink32.exe ...
by Antonio Linares
Wed Oct 07, 2015 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning: Error detected (LME288)
Replies: 74
Views: 22214

Re: Image in window or dialog

... PIXELFORMER to work on a Image 7. GDI-test 8. a included extra Editor, loading the PRG 9. test from CODE or RESOURCE 10. selections are saved/restored to/from INI http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24453&p=132297&hilit=zoom#p132297 or : Image centered on defined ...
by ukoenig
Mon Sep 28, 2015 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image in window or dialog
Replies: 4
Views: 1062
PreviousNext

Return to advanced search