messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2007-11-09", "forum": "FiveWin for Harbour/xHarbour", "text": "I cant define the backgroundcolor from REDEFINE SAY.....COLOR... in folders on Windows VISTA. Any solution?", "time": "18:44", "topic": "Backgroundcolor on SAY in folders", "username": "byte-one" } ]
Backgroundcolor on SAY in folders
[ { "date": "2007-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "When themes are used, the SAY parent background is used to have a proper looking.\n\nIf you need a specific color for SAYs then you have to modify the Class TSay and include a static function IsAppThemed() that returns .F.", "time": "09:07", "topic": "Backgroundcolor on SAY in folders", "username": "Antonio Linares" } ]
Backgroundcolor on SAY in folders
[ { "date": "2007-11-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Oh, thanks!", "time": "13:29", "topic": "Backgroundcolor on SAY in folders", "username": "byte-one" } ]
Backgroundcolor on SAY in folders
[ { "date": "2019-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI put my switchable USB HUB into operation today.\nYou can simply switch the ports on and off with the included software.\nThis has the same effect as physically connecting / disconnecting a device to a port on a typical USB hub.\n\nI think that this is additional security. Now I have to write some software.\nswitch on - start backup - switch off\n\nSincerely\nOtto\n\n\n[img:fgh9tjcu]https://mybergland.com/FWForum/USBSchaltbar.jpg[/img:fgh9tjcu]\n\n-d down / -u up / -g get status\n\n[img:fgh9tjcu]https://mybergland.com/FWForum/platte1Ein.bmp[/img:fgh9tjcu]\n\n[img:fgh9tjcu]https://mybergland.com/FWForum/status.bmp[/img:fgh9tjcu]\n\n[img:fgh9tjcu]https://mybergland.com/FWForum/Serversicherung.png[/img:fgh9tjcu]", "time": "18:27", "topic": "Backup - switchable hub", "username": "Otto" } ]
Backup - switchable hub
[ { "date": "2019-06-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Otto.\nWhat is the name of this switch ?\nDo you know if compatible with Apple systems ?\nThanks a lot.\nMassimo", "time": "08:02", "topic": "Backup - switchable hub", "username": "Massimo Linossi" } ]
Backup - switchable hub
[ { "date": "2019-06-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Massimo,\nthis is the link to the product page.\n\n<!-- m --><a class=\"postlink\" href=\"https://www.yepkit.com/products/ykush\">https://www.yepkit.com/products/ykush</a><!-- m -->\n\nBest regards\nOtto", "time": "08:22", "topic": "Backup - switchable hub", "username": "Otto" } ]
Backup - switchable hub
[ { "date": "2019-06-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Thanks Otto.\nI'll take a look.\nHave a nice weekend\nMassimo", "time": "08:53", "topic": "Backup - switchable hub", "username": "Massimo Linossi" } ]
Backup - switchable hub
[ { "date": "2019-06-28", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nfor allmost all of my customer we have enough space for data backup with 32 GB.\nCost for this unit under 100 €.\nLG\nOtto\n\n[img:2accu8v6]https&#58;//mybergland&#46;com/fwforum/ykush&#46;png[/img:2accu8v6]", "time": "16:17", "topic": "Backup - switchable hub", "username": "Otto" } ]
Backup - switchable hub
[ { "date": "2019-07-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nI would like to use the USB HUB for a security solution. Therefore I asked the producer if there is a USB HUB where you need a password to unlock the port. \nykushcmd.exe -d 3 PW xxxtest \nWithout knowing the PW or the serial number, unlocking should not be possible. To copy ykushcmd.exe and start on the PC should not be enough. \n\nFrom Yepkit Technical Support:\n\nThat can be implemented by altering the firmware. There are two scenarios.\n1.\tIf using YKUSH boards the password would be static and programmed at factory. This password cannot be changed bu the user and is unique for that board.\n2.\tIf using YKUSH3 boards, the boards would be shipped with a standard password and the client upon receiving can change the password. Also the user with the password can change the password to a new one whenever it wishes. The changing of the password is done through a new command on ykushcmd which will require the current password and then will ask for the new one to be entered.\nThis will require the development of the altered firmware but will not have additional cost. Nonetheless it may require a couple of weeks to get done as engineering team effort has to be allocated for an available slot on their schedule.\n\nBest regards\nOtto", "time": "13:43", "topic": "Backup - switchable hub", "username": "Otto" } ]
Backup - switchable hub
[ { "date": "2023-05-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\nFW-dashboard for Yepkit.\nBest regards,\nOtto\n[img:5szgb78k]https&#58;//mybergland&#46;com/fwforum/backupfw&#46;jpg[/img:5szgb78k]", "time": "04:41", "topic": "Backup - switchable hub", "username": "Otto" } ]
Backup - switchable hub
[ { "date": "2018-06-26", "forum": "FiveWin for Harbour/xHarbour", "text": "I would like to backup current data and restore to another Database (\"test\"). I use below code but it doesn't successful.\n\n[code=fw:mq5zck0l]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">local</span> nSecs, aTables, cBackUpFile := <span style=\"color: #ff0000;\">'c:<span style=\"color: #000000;\">\\e</span>asyfo<span style=\"color: #000000;\">\\b</span>ackup<span style=\"color: #000000;\">\\t</span>est.sql'</span><br />nSecs := seconds<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /> oCon:<span style=\"color: #000000;\">SelectDB</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">'data'</span> <span style=\"color: #000000;\">&#41;</span><br />oCn:<span style=\"color: #000000;\">Backup</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">nil</span> , cBackUpFile , <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #000000;\">1000000</span> <span style=\"color: #000000;\">&#41;</span>  <span style=\"color: #B900B9;\">// upto 1000000 records (4th parameter need or not)</span><br /><br />? <span style=\"color: #ff0000;\">'Backup : '</span>+cBackUpFile + <span style=\"color: #ff0000;\">\" created in \"</span>, Seconds<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> - nSecs, <span style=\"color: #ff0000;\">\"Seconds\"</span><br /><br />nSecs := seconds<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br /> oCon:<span style=\"color: #000000;\">SelectDB</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">'test'</span> <span style=\"color: #000000;\">&#41;</span><br /><br /> oCn:<span style=\"color: #000000;\">Restore</span><span style=\"color: #000000;\">&#40;</span> cBackUpFile <span style=\"color: #000000;\">&#41;</span>  <span style=\"color: #B900B9;\">// Can I use 4th parameter to specific Database or need to change current database by use ::SelectDB()</span><br /><br /> ? <span style=\"color: #ff0000;\">'Restore : '</span>+cBackUpFile + <span style=\"color: #ff0000;\">\" created in \"</span>, Seconds<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> - nSecs, <span style=\"color: #ff0000;\">\"Seconds\"</span><br /> </div>[/code:mq5zck0l]\n\nWhat did I do wrong?\n\nThanks in advance,", "time": "11:44", "topic": "Backup / Restore Mysql *Solved*", "username": "dutch" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-26", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi Dutch\n\nYou need to use MySql to backup and restore \n\nbackup mysqldump -u username -p database > backup.sql\n\nrestore mysql -u username -p database < backup.sql\n \nThis is a sample from doing it from a shell or command line - you are prompted for the password.\n\nRegards\n\nColin", "time": "23:12", "topic": "Backup / Restore Mysql *Solved*", "username": "Colin Haig" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr. Colin\n\nFWH MariaDB library has internal functions for Backup and Restore, which we can execute from within FWH program.\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32791\">viewtopic.php?f=3&t=32791</a><!-- l -->\n\n\nMr. Dutch\nYou want to backup database \"data\" and later restore it with a different name \"test\".\n\nStep.1:\noCn:BackUp( \"data\", cBackUpFile ) --> cBackUpfile (if succeeds)\n\nDo not create database \"test\"\n\nStep.2\noCn:Restore( cBackUpFile, nil, nil, \"test\" ) --> lSuccess", "time": "02:28", "topic": "Backup / Restore Mysql *Solved*", "username": "nageswaragunupudi" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Rao,\n\nI can backup to \"test\" with auto create database but the \"fodata\" is not fully backup. Some tables doesn't backup or it create only table structure.\nI doubt that all files that do not backup or create only structure, it sizes ( more than 10,000 records ).\n1. How do I know the backup data is fully backup complete?\n2. I try many time, it got the same result.\n\nHow do I check, what is the incomplete process?\n\nThanks in advance,\nDutch\n[quote=\"nageswaragunupudi\":1u4vui4n]Mr. Colin\n\nFWH MariaDB library has internal functions for Backup and Restore, which we can execute from within FWH program.\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32791\">viewtopic.php?f=3&t=32791</a><!-- l -->\n\n\nMr. Dutch\nYou want to backup database \"data\" and later restore it with a different name \"test\".\n\nStep.1:\noCn:BackUp( \"data\", cBackUpFile ) --> cBackUpfile (if succeeds)\n\nDo not create database \"test\"\n\nStep.2\noCn:Restore( cBackUpFile, nil, nil, \"test\" ) --> lSuccess[/quote:1u4vui4n]", "time": "02:58", "topic": "Backup / Restore Mysql *Solved*", "username": "dutch" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "You please set \"max_allowed_packet\" size to a high value", "time": "03:09", "topic": "Backup / Restore Mysql *Solved*", "username": "nageswaragunupudi" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Rao,\n\nIf I use below procedure and I have created 'test' db before run it, it got problem.\nRestore will be replace to 'fodata' Db instead of 'test' Db. It means replace to original backup data source.\n\n[code=fw:1knkwhj6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cBackupFile := <span style=\"color: #ff0000;\">'c:<span style=\"color: #000000;\">\\b</span>ackup<span style=\"color: #000000;\">\\t</span>est.sql'</span><br />oCn:<span style=\"color: #000000;\">Backup</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">nil</span> , cBackUpFile , <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #000000;\">1000000</span> <span style=\"color: #000000;\">&#41;</span><br />oCn:<span style=\"color: #000000;\">SelectDB</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">'test'</span> <span style=\"color: #000000;\">&#41;</span><br />oCn:<span style=\"color: #000000;\">Restore</span><span style=\"color: #000000;\">&#40;</span> cBackUpFile <span style=\"color: #000000;\">&#41;</span></div>[/code:1knkwhj6]\n\n[quote=\"nageswaragunupudi\":1knkwhj6]\nDo not create database \"test\"\n\nStep.2\noCn:Restore( cBackUpFile, nil, nil, \"test\" ) --> lSuccess[/quote:1knkwhj6]", "time": "03:10", "topic": "Backup / Restore Mysql *Solved*", "username": "dutch" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Rao,\n\nI set \"oCn:max_allowed_packet_MB( 50 )\" after connect to server.\nI set in MySql server variable as the same size 50Mb also.\n\n[quote=\"nageswaragunupudi\":22i79iqw]You please set \"max_allowed_packet\" size to a high value[/quote:22i79iqw]", "time": "03:13", "topic": "Backup / Restore Mysql *Solved*", "username": "dutch" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"dutch\":29b7sdiz]Dear Mr.Rao,\n\nIf I use below procedure and I have created 'test' db before run it, it got problem.\nRestore will be replace to 'fodata' Db instead of 'test' Db. It means replace to original backup data source.\n\n[code=fw:29b7sdiz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">cBackupFile := <span style=\"color: #ff0000;\">'c:<span style=\"color: #000000;\">\\b</span>ackup<span style=\"color: #000000;\">\\t</span>est.sql'</span><br />oCn:<span style=\"color: #000000;\">Backup</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">nil</span> , cBackUpFile , <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #000000;\">1000000</span> <span style=\"color: #000000;\">&#41;</span><br />oCn:<span style=\"color: #000000;\">SelectDB</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">'test'</span> <span style=\"color: #000000;\">&#41;</span><br />oCn:<span style=\"color: #000000;\">Restore</span><span style=\"color: #000000;\">&#40;</span> cBackUpFile <span style=\"color: #000000;\">&#41;</span></div>[/code:29b7sdiz]\n\n[quote=\"nageswaragunupudi\":29b7sdiz]\nDo not create database \"test\"\n\nStep.2\noCn:Restore( cBackUpFile, nil, nil, \"test\" ) --> lSuccess[/quote:29b7sdiz][/quote:29b7sdiz]\n\nThat is the expected and documented behavior.\nIf you want to restore it with a different database name, you have to give the new database name in the 4th parameter. Otherwise, it will restore to the same database of which the backup is taken.", "time": "03:24", "topic": "Backup / Restore Mysql *Solved*", "username": "nageswaragunupudi" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Mr.Rao,\n\nI've got it. But I still face the incompleted set of backup database problem. How can I check it?\n[quote=\"nageswaragunupudi\":rstv7ici]\nThat is the expected and documented behavior.\nIf you want to restore it with a different database name, you have to give the new database name in the 4th parameter. Otherwise, it will restore to the same database of which the backup is taken.[/quote:rstv7ici]", "time": "04:13", "topic": "Backup / Restore Mysql *Solved*", "username": "dutch" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-06-27", "forum": "FiveWin for Harbour/xHarbour", "text": "please see my personal email", "time": "04:30", "topic": "Backup / Restore Mysql *Solved*", "username": "nageswaragunupudi" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2018-07-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear All,\n\nFirst of all, Thank you so much Mr.Rao for great support. \n\nThe backup issue is occurred by my mistake. I've use the old version of LIBMYSQL.DLL. It made the incomplete backup (I guess, incompatible fully FWH feature), that why it did not backup the table which have more than 10,000 records. \n\nAfter I change LIBMYSQL.DLL (FWH version). The Backup and Restore are working well and really fast. \n\nI do backup database (139 tables / 355 Mb) and speed as below\nFWH 1711\nlocalhost = 12 seconds (SSD harddisk)\ncloud server = 72 seconds (VM)\n\nI use Navicat to test dump sql in the same database \nNavicat \nlocalhost = 17 seconds (SSD harddisk)\ncloud server = 101 seconds (VM)\n\nFWH is faster than Navicat around 1.4 time (my test)\n\nThanks once again, Mr.Rao.\n\nRegards,\nDutch", "time": "06:15", "topic": "Backup / Restore Mysql *Solved*", "username": "dutch" } ]
Backup / Restore Mysql *Solved*
[ { "date": "2015-10-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\nI have a MS SQL database and want to make backup of the table DEM.\nI try this code but it d'nt work (go to the catch) :\n***\ncsql:=[UNLOAD 'c:\\apps\\dem.txt' DELIMITER '|' SELECT * FROM DEM]\n\nTry\n oCon:Execute( cSQL )\nCatch\n ShowAdoEr(oCon,cSql )\n Return\nEnd try\n***\n\nAny idea ?\n\nThanks", "time": "07:00", "topic": "Backup Restore MS Sql", "username": "Jack" } ]
Backup Restore MS Sql
[ { "date": "2015-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "No idea about Backup ?\nHow is it possible to make a copy of a Table with a SQL command ?\n\nThanks", "time": "10:12", "topic": "Backup Restore MS Sql", "username": "Jack" } ]
Backup Restore MS Sql
[ { "date": "2015-10-08", "forum": "FiveWin for Harbour/xHarbour", "text": "Jack,\n\nplease, look at [url:6pd58q2u]http&#58;//www&#46;sqlserver-training&#46;com/how-to-backup-sql-table/-[/url:6pd58q2u]\n\nRegards", "time": "10:41", "topic": "Backup Restore MS Sql", "username": "Baxajaun" } ]
Backup Restore MS Sql
[ { "date": "2011-10-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Excelente idea !!!\n\nEl Loco", "time": "01:48", "topic": "Backup de las news antiguas como DBFs y FPTs", "username": "El Loco" } ]
Backup de las news antiguas como DBFs y FPTs
[ { "date": "2011-10-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Que buena noticia...", "time": "01:50", "topic": "Backup de las news antiguas como DBFs y FPTs", "username": "Bayron" } ]
Backup de las news antiguas como DBFs y FPTs
[ { "date": "2011-10-01", "forum": "FiveWin para Harbour/xHarbour", "text": "FiveTech news server - old posts from fivewin Clipper Spanish (15.284 messages!)\n[url:1g3fiyoy]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=fw-clipper-es&#46;zip&can=2&q=[/url:1g3fiyoy]\n\nFiveTech news server - old posts from fivewin Harbour Spanish (13.155 messages!)\n[url:1g3fiyoy]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=fwh-harbour-es&#46;zip&can=2&q=[/url:1g3fiyoy]\n\nFiveTech news server - old posts from fivewin Clipper English (7.943 messages)\n[url:1g3fiyoy]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=fw-clipper-en&#46;zip&can=2&q=[/url:1g3fiyoy]\n\nFiveTech news server - old posts from fivewin Harbour English (10.902 messages)\n[url:1g3fiyoy]http&#58;//code&#46;google&#46;com/p/fivewin-contributions/downloads/detail?name=fwh-harbour-en&#46;zip&can=2&q=[/url:1g3fiyoy]", "time": "04:55", "topic": "Backup de las news antiguas como DBFs y FPTs", "username": "Antonio Linares" } ]
Backup de las news antiguas como DBFs y FPTs
[ { "date": "2011-09-30", "forum": "FiveWin para Harbour/xHarbour", "text": "Mantenemos un backup de los mensajes publicados en los foros anteriores (news server) como DBFs, y nos planteamos el hacerlos públicos para que podais buscar en ellos, etc.\n\nAgradecemos vuestros comentarios. Contienen nombres y direcciones de email, pero entiendo que esos mensajes se publicaron en nuestros foros publicos, lo que significa que esos usuarios ya dieron en su momento autorización para mostrar sus mensajes.", "time": "21:55", "topic": "Backup de las news antiguas como DBFs y FPTs", "username": "Antonio Linares" } ]
Backup de las news antiguas como DBFs y FPTs
[ { "date": "2011-10-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Perfecto Maestro Antonio:\n\nAsí podremos tener valiosa información y buscarla aún sin tener acceso a internet...\nEstare pendiente..\n\nSaludos. <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P --> <!-- s:P --><img src=\"{SMILIES_PATH}/icon_razz.gif\" alt=\":P\" title=\"Razz\" /><!-- s:P --> <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "01:42", "topic": "Backup de las news antiguas como DBFs y FPTs", "username": "cuatecatl82" } ]
Backup de las news antiguas como DBFs y FPTs
[ { "date": "2021-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenos días:\nTengo un sistema multipuesto DBF/CDX donde el usuario establece la periodicidad de las Backup y su carpeta de destino. La idea es que se active automáticamente al cerrar la aplicación, pero habría que controlar que otros PC no tengan las DBF abiertas, que sea el último PC en cerrar y que sea PC-Servidor (obviamente que el último PC sea pc-cliente no podría ser las copias puesto que las DBF se localizan en el PC servidor)\nEn entornos multipuesto ¿como automatizais este proceso sin que el usuario tenga que intervenir?\n¿Alguna idea?\nGracias.\nSaludos", "time": "08:58", "topic": "Backup en entornos multipuesto con DBF/CDX", "username": "Loren" } ]
Backup en entornos multipuesto con DBF/CDX
[ { "date": "2021-03-15", "forum": "FiveWin para Harbour/xHarbour", "text": "No me ocupo de las copias de seguridad, pero para mis copias utilizo 7zip en modo comando y en un .bat. Tiene un flag que permite comprimir con archivos abiertos\nCopias super comprimidas y no hay que tener en cuenta que estén los usuarios dentro o no. Se podria lanzar automaticamente desde el programador de tareas\nPor otra parte, Windows tiene un sistema de copia de seguridad muy bueno. Desconozco si comprime o exige exclusividad de los archivos y/o si se podria configurar y cambiar", "time": "12:24", "topic": "Backup en entornos multipuesto con DBF/CDX", "username": "hmpaquito" } ]
Backup en entornos multipuesto con DBF/CDX
[ { "date": "2021-03-16", "forum": "FiveWin para Harbour/xHarbour", "text": "[url:33wmxb79]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=39818&p=237466&hilit=rar&#46;exe&sid=5f278d9f1dff7466c38982b09b46de9e&sid=be8261c81a99f643c37c81ee05972ceb#p237466[/url:33wmxb79]\n\n\nSaludos.", "time": "15:49", "topic": "Backup en entornos multipuesto con DBF/CDX", "username": "karinha" } ]
Backup en entornos multipuesto con DBF/CDX
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello,\n\nI can not find the post that once was posted here with a complete backup program solution to implement in our code.\nThe samples dir also has no sample.\n\nAnyone the link to a backup solution or a working sample code ?\n\nBackup for files in a folder !! No ADO or SQL. Dbf and cdx ...", "time": "12:01", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\nIf you only need the DBF file, I have found that it is safest to copy record by record.\n\nIn your case, however, you should install WINDOWS SERVER and use the built-in BACKUP.\n\n\n\n[url:2kn5gpbs]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=37383&p=223340&hilit=Backup&sid=4f509b4564cf66520f9ed6daf91803a6&sid=ee7d56e42a4c4b1e4462cdb0d2a3f707#p223340[/url:2kn5gpbs]\n\nBest regards,\nOtto", "time": "13:28", "topic": "Backup from inside FWH program", "username": "Otto" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Look this,\n\n[url:23ul10oh]https&#58;//mega&#46;nz/file/YFdWBKLD#K9ykyTKdJ6TU4MMfSgrdScK5pNP3EskOH-o288qzIcc[/url:23ul10oh]\n\n[url:23ul10oh]https&#58;//mega&#46;nz/file/II9GTBLZ#h4aAe8VgDqbICFsLRu8lXI5xLH-YbTq3Z3ekImYvOFg[/url:23ul10oh]\n\nRegards, saludos.", "time": "14:08", "topic": "Backup from inside FWH program", "username": "karinha" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "I use Goodsync for my external backups.\n\nI think that I will use FW filecopy to copy the desired files to a backup location. If the Link should be found... Please let me know. I thought it was from mr. Rao", "time": "19:34", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Marco,\nHave you ever had contact with Ransomware?\nBest regards,\nOtto", "time": "19:50", "topic": "Backup from inside FWH program", "username": "Otto" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":r1ranc5o]Marco,\nHave you ever had contact with Ransomware?\nBest regards,\nOtto[/quote:r1ranc5o]\n\nNope... And I hope to keep it so <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "20:16", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nDid you see my FB message about the server system ?", "time": "20:17", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\nPlease let me know how far you are with the RDP installation and the WINDOWS server installation.\nBest regards,\nOtto", "time": "20:51", "topic": "Backup from inside FWH program", "username": "Otto" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "hi,\n\ni have written App under Xbase++ and HMG with Source which you can find here\n[url:1g1o5es2]https&#58;//www&#46;hmgforum&#46;com/viewtopic&#46;php?t=7022[/url:1g1o5es2]\n\n[img:1g1o5es2]https&#58;//www&#46;hmgforum&#46;com/download/file&#46;php?id=10886&sid=e285b026d31b19d1cb0f8a90b2cd76b7[/img:1g1o5es2]\n\ni use Attribut \"A\", like XCOPY, for increment Backup and reset Attribut.\n\n---\n\ni use ShfileOperation()*** API, like Explorer, with \"active\" Progressbar.\nhave a look into HMG Source how to enable it and try if Code work with Fivewin\n\n*** Sample c:\\fwh\\samples\\dlgfile.prg does not include any Parameter", "time": "21:51", "topic": "Backup from inside FWH program", "username": "Jimmy" } ]
Backup from inside FWH program
[ { "date": "2022-08-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Are you asking about a backup system for the users of your application ? If so, I built an external program that runs as a service. It has 4 main functions:\n\n1). It updates the license key ( useful for upgrades and SAAS installations )\n2). It submits data to 3rd party vendors used by my customer\n3). It installs program updates\n4). It performs a daily backup\n\nThese functions are performed shortly after midnight on a new day. This is when the client is least likely to be working.\n\nThe backup creates an archive of the entire data folder. It writes it to a default folder in the program directory, or the customer can set it to write to an external drive or location. So, if it is set to write to the One Drive folder on that machine, the computer will then write it to the cloud. The file name includes the date, so each zip file is unique, and the customer can have a series of them. I also provide the option for it to submit it daily to my cloud server.\n\nAs for ransomware, go luck to the perpetrator. If my client gets attacked, I have them do a complete reformat of the system ( and any attached computers ). I can then reinstall the software remotely in a matter of minutes, and restore from the latest backup. Annoying to their business, sure. But the thieves don't get any money, and my client is wiser on how they will take precautions in the future.\n\nAs for my system, I use Goodsync on my programming machine, writing to a portable drive, and to the cloud. I also regularly have redundant copies on two other computers.", "time": "22:44", "topic": "Backup from inside FWH program", "username": "TimStone" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "It is so that some day's ago I had the bad luck changing some code and the data was changed the wrong way (full database) The backup runs dayly, but I was changing code and did a run on the live data. (Never do this Marc !!! <!-- s:wink: --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\":wink:\" title=\"Wink\" /><!-- s:wink: --> )\n\nFor my program, I made a change in the link files that every time I link (change) there is a older copy with datestamp, so that is covered.\nI thing that I do something like it for the data files.", "time": "08:29", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I think of doing this : (Not for Users, only me as programmer)\n\nCreate a function that can be called with a function key that let me select the databases to use (depending on code that will be changed)\n\nIn the code where i'm working before executing the changing loops, call the backup routine making datetime stamp copy's of the data. That way I will have the latest version at hand if I do the code wrong..\n\nSeems ok not ?", "time": "08:59", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Marc,\nYou should install a Synology.\n\nYou can set how many backups you want to make per day and how long the backups are kept.\n\nWith a simple client, you can completely backup every PC to this station.\n\n\nBest regards,\nOtto\n\n\n\n[img:3nkf9b50]https&#58;//mybergland&#46;com/fwforum/synology&#46;jpg[/img:3nkf9b50]", "time": "11:03", "topic": "Backup from inside FWH program", "username": "Otto" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Otto,\n\nFor my general backup I use synogoly backup .and. Goodsync. The synology will power up, make the full backup and shut down. A System that is not powered can not be affected with ransomware. (I Hope So)\n\nThis Topic backup/copy is ment to be used for programming tool (see above)", "time": "11:26", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":20u9i4w9]Marc,\nPlease let me know how far you are with the RDP installation and the WINDOWS server installation.\nBest regards,\nOtto[/quote:20u9i4w9]\n\nI was waiting .....", "time": "11:27", "topic": "Backup from inside FWH program", "username": "Marc Venken" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "To all,\nI have changed the display language of my Synology to English and will post a topic.\nBackup - Synology.\nI know that there are more in our group and in the port group who are using \nSynology - data backup.\nSo we can share our experiences.\n\nBest regards,\nOtto", "time": "11:30", "topic": "Backup from inside FWH program", "username": "Otto" } ]
Backup from inside FWH program
[ { "date": "2022-09-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Marc,\nWe have misunderstood each other.\nI made this proposal to you.\nBest regards,\nOtto\n[quote:15o7lnr9]First you have to turn off UEFI in the BIOS, make a bootable stick with the ISO.\n\nI have spoken to Iris again.\nShe thinks it would be easier if we set up the server for you.\n\nIt's a comprehensive manual. We ourselves have a stick with powershells.\n\nWe would then install a demo version of Winhotel.\nYou would only have to delete the programme directories and the data directory and import your programmes and data.\n\nWe create standard users that you can then replace.[/quote:15o7lnr9]", "time": "11:34", "topic": "Backup from inside FWH program", "username": "Otto" } ]
Backup from inside FWH program
[ { "date": "2023-12-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello Marc:\n\nOn my blog you had the program pBackup 1.0 32bits to be able to make backup copies and restore the copies. The program is complete, you can also put passwords on the ZIP files and when it comes to decompressing you have to know your password. I think the code is easy to understand. \n\nAt the moment no one has reported any errors to me. I use it for my backups. I don't understand how no one told you about it because it's from 2010 and thousands of colleagues have downloaded it. Maybe it's my fault for not publishing things in the English forum. From now on I will do it. Sorry you wouldn't have wasted time having the pBackup program.\n\n[img:2ct95zys]https&#58;//i&#46;postimg&#46;cc/MZLWfDdT/pBackup1&#46;png[/img:2ct95zys]\n\n[img:2ct95zys]https&#58;//i&#46;postimg&#46;cc/bN2qxtBR/pBackup2&#46;png[/img:2ct95zys]\n\nDownload pBackup ver 1.0 32bits:\n[url:2ct95zys]https&#58;//javierlloris&#46;blogspot&#46;com/2012/04/programa-backuprestore&#46;html[/url:2ct95zys]\n\nExcuse my terrible English.\n\nGreetings;\nJavier LLoris\n<!-- e --><a href=\"mailto:javierllorisprogramador@gmail.com\">javierllorisprogramador@gmail.com</a><!-- e -->\n\nBlogs personales:\nProgramación: <!-- m --><a class=\"postlink\" href=\"https://javierlloris.blogspot.com/\">https://javierlloris.blogspot.com/</a><!-- m -->\nJaponés: <!-- m --><a class=\"postlink\" href=\"https://bitacorajaponesa.blogspot.com/\">https://bitacorajaponesa.blogspot.com/</a><!-- m -->\nCubos de Rubik: <!-- m --><a class=\"postlink\" href=\"https://www.instagram.com/jllorisperson\">https://www.instagram.com/jllorisperson</a><!-- m --> ... 2ybz0gmvul\nTengo una colección de unos 100 cubos de todo tipo de formas geométricas, todos resueltos, en instagram solo hay unos cuentos cubos.\nLibre", "time": "15:36", "topic": "Backup from inside FWH program", "username": "jll-fwh" } ]
Backup from inside FWH program
[ { "date": "2012-02-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Si usas la tDolphin, esta tiene unas funciones para esto <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "00:16", "topic": "Backup mysql...", "username": "pablovidal" } ]
Backup mysql...
[ { "date": "2012-02-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Holas... \nYo uso esta sentencia, ojo solo funciona en el servidor,,,,, pero es muy rapida,, no guarda la estructura de la tabla, solo crea un archivo plano de los datos. pro es muy rapida para hacer el restore..\n[code=fw:3otbyxvk]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// genera un archivo plano solo de los datos</span><br /><span style=\"color: #0000ff;\">SELECT</span> * INTO OUTFILE /backup/tabla1.txt &nbsp;<span style=\"color: #0000ff;\">FROM</span> tabla1<br /><span style=\"color: #B900B9;\">// restaura los datos del archivo plano</span><br />LOAD <span style=\"color: #00C800;\">DATA</span> INFILE /backup/tabla1.txt IGNORE INTO TABLE tabla1<br />&nbsp;</div>[/code:3otbyxvk]", "time": "01:33", "topic": "Backup mysql...", "username": "Willi Quintana" } ]
Backup mysql...
[ { "date": "2012-02-09", "forum": "FiveWin para Harbour/xHarbour", "text": "Algun colega que tenga un ejemplo de como realizar un respaldo de la base de datos del sistema utilizando mysqldump.exe desde fwh???\nestoy usando la clase tmysql\ngracias\npaco", "time": "23:36", "topic": "Backup mysql...", "username": "Francisco Horta" } ]
Backup mysql...
[ { "date": "2012-02-10", "forum": "FiveWin para Harbour/xHarbour", "text": "Pablo Uso TMySql\nwilly\nprobando, si hago esto:\nSELECT * INTO OUTFILE \"tabla1.txt\" FROM tabla1\nsi funciona y deja el archivo en el data de mysql\n\nperooo si quiero poner el archivo a otra ruta\n\nSELECT * INTO OUTFILE \"D:/respaldo/tabla1.txt\" FROM tabla1\nno funciona...\nprobe usando rutas diferentes y no me genera el archivo\n\nseguire probando\ngracias\npaco", "time": "20:39", "topic": "Backup mysql...", "username": "Francisco Horta" } ]
Backup mysql...
[ { "date": "2012-02-10", "forum": "FiveWin para Harbour/xHarbour", "text": "willi, ya funcionaa,, no respalda sobre unidades virtuales...\ngracias\npaco", "time": "21:11", "topic": "Backup mysql...", "username": "Francisco Horta" } ]
Backup mysql...
[ { "date": "2012-02-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Vale... ahora si juntas todos los archivos planos en un solo zip y con contraseña, te queda una archivo pequeño, manejable y +- seguro...\n<!-- s;) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";)\" title=\"Wink\" /><!-- s;) -->", "time": "01:59", "topic": "Backup mysql...", "username": "Willi Quintana" } ]
Backup mysql...
[ { "date": "2012-02-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigo prueba esto no lo he provado.\n\nstatic function fpBackup()\n*------------------------\nLocal cArqBkp := FCreate( ('c:\\systema\\syschoapa\\copiasql.bat' ), 0 )\nLocal cComando:='echo off'+CRLF\nFwrite( cArqBkp, cComando )\ncComando:='mysqldump -u localhost -uroot -p pipepi elbaro>servidor.sql ' +CRLF\nFwrite( cArqBkp, cComando )\nFclose( cArqBkp )\nwinexec( 'copiasql.bat',.f. )\n*bell( 8 )\nmsgstop( 'Backup Completado Com Sucesso','Atenção !!!' )\n*Ferase( 'c:\\systema\\syschoapa\\copiasql.bat' )\n\nreturn .t.\n\n\nSTATIC FUNCTION BackupSql() //timysql\n\n\nLocal aSelect := oServer:ListTables() //{ \"exi_suc\", \"exi_det\" }\nLocal cFile := \"softcontrol.sql\"\nLocal lDrop := .t.\nLocal lOver := .t.\nLocal oDlgSql,nItem\nAlert(\"paso\")\n\n*MSGRun( \"Generando respaldo, espere por favor...\",, {|oDlgsql| nItem := oServer:backup( aSelect, cFile, lDrop, lOver, oDlgsql )} )\nRETURN NIL\n\nSaludos", "time": "02:51", "topic": "Backup mysql...", "username": "jbrita" } ]
Backup mysql...
[ { "date": "2012-02-11", "forum": "FiveWin para Harbour/xHarbour", "text": "Paco , yo lo hago a la antiguita, nunca falla:\n\nrem : para respaldar toda la tabla:\n\nMySqlDump -uLocalHost -uroot -psysctrl2 ScSat>ScSatres.sql\n\nrem : para respaldar una tabla nadamas:\nMySqlDump -uLocalHost -uroot -psysctrl2 ScSat facturas>facturasres.sql\n\nscsat es el contenedor.\n\nun archivo por lotes quedaria asi:\n[code=fw:2bi09jj4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">del *.sql<br />del scsat.rar<br /><br />MySqlDump -uLocalHost -uroot -psysctrl2 ScSat>ScSatres.sql<br /><br />rar a scsat.rar *.sql</div>[/code:2bi09jj4]\n\nel RAR.EXE viene en la carpeta donde se instala el WINRAR: C:\\ARCHIVOS DE PROGRAMA\\WINRAR.\n\nSALUDOS..", "time": "22:23", "topic": "Backup mysql...", "username": "sysctrl2" } ]
Backup mysql...
[ { "date": "2012-02-15", "forum": "FiveWin para Harbour/xHarbour", "text": "gracias a todos\nhare pruebas y les comento...\nsalu2\npaco", "time": "18:23", "topic": "Backup mysql...", "username": "Francisco Horta" } ]
Backup mysql...
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Bueno, pues ya quedo listo el respaldo de la base de datos completa ...\ngracias a todos por su apoyo\nsaludos\npaco", "time": "20:45", "topic": "Backup mysql...", "username": "Francisco Horta" } ]
Backup mysql...
[ { "date": "2012-02-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Paco, \ncomparte como lo has hecho, por favor... gracias.\nSalu2, Ariel.", "time": "23:37", "topic": "Backup mysql...", "username": "Ariel" } ]
Backup mysql...
[ { "date": "2012-02-22", "forum": "FiveWin para Harbour/xHarbour", "text": "Ariel, y a todos aqui esta como lo hice:\n[code=fw:2icds0tm]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#define</span> FO_READWRITE &nbsp;<span style=\"color: #000000;\">2</span><br /><span style=\"color: #00D7D7;\">#define</span> FO_SHARED &nbsp; &nbsp;<span style=\"color: #000000;\">64</span><br /><span style=\"color: #00D7D7;\">#define</span> FS_END &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #000000;\">2</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> Respaldo<span style=\"color: #000000;\">&#40;</span> pnBak <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TAuditoria<br /><span style=\"color: #00C800;\">LOCAL</span> oDls, cText := <span style=\"color: #ff0000;\">\"\"</span>, oBtnB<br /><span style=\"color: #00C800;\">LOCAL</span> cFile := <span style=\"color: #ff0000;\">\"baksql.bat\"</span><br /><span style=\"color: #00C800;\">LOCAL</span> cComando := <span style=\"color: #ff0000;\">'echo off'</span> + CRLF<br /><br />&nbsp; &nbsp;FErase<span style=\"color: #000000;\">&#40;</span> cFile <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> !FILE<span style=\"color: #000000;\">&#40;</span> cFile <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; nHand := FCreate<span style=\"color: #000000;\">&#40;</span> cFile <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; FWrite<span style=\"color: #000000;\">&#40;</span>nHand, cComando <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; FClose<span style=\"color: #000000;\">&#40;</span>nHand<span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">IF</span> pnBak == <span style=\"color: #000000;\">0</span> &nbsp; &nbsp; <span style=\"color: #B900B9;\">// &nbsp;Respaldo Antes de la Auditoria</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cText := <span style=\"color: #ff0000;\">\"Espere un momento... Efectuando Respaldo Primario !!\"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cComando := <span style=\"color: #ff0000;\">'mysqldump -u localhost -uroot -ppass123 elperico > .<span style=\"color: #000000;\">\\B</span>ackup<span style=\"color: #000000;\">\\a</span>ntes_elpericoservidor_'</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DTOS<span style=\"color: #000000;\">&#40;</span>FechaServer<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span> + <span style=\"color: #ff0000;\">'_'</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">&#40;</span>HoraServer<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SUBS<span style=\"color: #000000;\">&#40;</span>HoraServer<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #ff0000;\">'.sql '</span> + CRLF<br />&nbsp; &nbsp; &nbsp; ELSEIF pnBak == <span style=\"color: #000000;\">1</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cText := <span style=\"color: #ff0000;\">\"Espere un momento... Efectuando Respaldo Secundario !!\"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cComando := <span style=\"color: #ff0000;\">'mysqldump -u localhost -uroot -ppass123 elperico > .<span style=\"color: #000000;\">\\B</span>ackup<span style=\"color: #000000;\">\\d</span>espues_elpericoservidor_'</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DTOS<span style=\"color: #000000;\">&#40;</span>FechaServer<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span> + <span style=\"color: #ff0000;\">'_'</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">LEFT</span><span style=\"color: #000000;\">&#40;</span>HoraServer<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SUBS<span style=\"color: #000000;\">&#40;</span>HoraServer<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span> + ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #ff0000;\">'.sql '</span> + CRLF<br />&nbsp; &nbsp; &nbsp; <span style=\"color: #00C800;\">ENDIF</span><br /><br />&nbsp; &nbsp; &nbsp; hCambios := FOpen<span style=\"color: #000000;\">&#40;</span> cFile, FO_READWRITE + FO_SHARED <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; FSeek<span style=\"color: #000000;\">&#40;</span> hCambios, <span style=\"color: #000000;\">0</span>, FS_END<span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; FWrite<span style=\"color: #000000;\">&#40;</span> hCambios, cComando <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; &nbsp; FClose<span style=\"color: #000000;\">&#40;</span>nHand<span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">endif</span><br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDls <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"DLG_AVISO\"</span> <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"El Perico Ferretera Backup ...\"</span><br /><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #0000ff;\">PROMPT</span> cText <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">100</span> <span style=\"color: #0000ff;\">OF</span> oDls <span style=\"color: #0000ff;\">FONT</span> ::<span style=\"color: #000000;\">oFont</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#93;</span><br />&nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">REDEFINE</span> BUTTONBMP oBtnB &nbsp;<span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">101</span> <span style=\"color: #0000ff;\">OF</span> oDls<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDls <span style=\"color: #0000ff;\">CENTERED</span> <span style=\"color: #0000ff;\">NOWAIT</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> oBtnB:<span style=\"color: #000000;\">Hide</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;WINEXEC<span style=\"color: #000000;\">&#40;</span> cFile, .f. <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;oDls:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;FErase<span style=\"color: #000000;\">&#40;</span> cFile <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">RETURN</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">SELF</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp;</div>[/code:2icds0tm]\n\nFWH + MySql + TMySQL\nsaludos\npaco", "time": "00:48", "topic": "Backup mysql...", "username": "Francisco Horta" } ]
Backup mysql...
[ { "date": "2012-02-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Acá dejaron otra opción:\n[url:3amyoi0n]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=23485&hilit=backup+mysql[/url:3amyoi0n]\n\nSaludos", "time": "13:08", "topic": "Backup mysql...", "username": "MarioG" } ]
Backup mysql...
[ { "date": "2010-04-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos,\n\nmeu aplicativo roda local e o banco remoto. Como executar backup deste banco? é possível?", "time": "20:14", "topic": "Backup remoto em banco MYSQL", "username": "MGA" } ]
Backup remoto em banco MYSQL
[ { "date": "2010-04-24", "forum": "FiveWin para Harbour/xHarbour", "text": "hola, no sé si te sirva, pero lo que realizo en mis aplicaciones, es leer tabla por tabla de la base original y posteriormente hacerle un update o un insert según corresponda, en otra base de datos, ya sea en el mismo servidor (remoto) o en uno local.\n\nes tedioso pero funciona.\n\nsaludos desde chile.", "time": "06:14", "topic": "Backup remoto em banco MYSQL", "username": "armando.lagunas" } ]
Backup remoto em banco MYSQL
[ { "date": "2010-04-24", "forum": "FiveWin para Harbour/xHarbour", "text": "gracias Armando... <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "12:10", "topic": "Backup remoto em banco MYSQL", "username": "MGA" } ]
Backup remoto em banco MYSQL
[ { "date": "2010-04-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Que tipo de servidor usas Win o Linux ?", "time": "16:51", "topic": "Backup remoto em banco MYSQL", "username": "pablovidal" } ]
Backup remoto em banco MYSQL
[ { "date": "2010-04-24", "forum": "FiveWin para Harbour/xHarbour", "text": "windows", "time": "17:05", "topic": "Backup remoto em banco MYSQL", "username": "MGA" } ]
Backup remoto em banco MYSQL
[ { "date": "2010-04-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Ok,\n\nHay una aplicación que se llama mysqldump.exe, búscala que ella te sirve para hacer backup.\n\ny si es para tener los datos replicados en dos servidores, eso solo se puede hacer en linux. También en linux se puede hacer una replicacion master-master.", "time": "20:32", "topic": "Backup remoto em banco MYSQL", "username": "pablovidal" } ]
Backup remoto em banco MYSQL
[ { "date": "2010-04-26", "forum": "FiveWin para Harbour/xHarbour", "text": "gracias", "time": "15:44", "topic": "Backup remoto em banco MYSQL", "username": "MGA" } ]
Backup remoto em banco MYSQL
[ { "date": "2017-05-14", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos del foro:\n\nA la fecha hago mis respaldos y recuperaciones con MySqlDump y MySQl sin problemas,\nahora lo que necesito es encontrar la forma de a través de un dialogo y un meter \nmostrarle al usuario el grado de avance, alguien puede orientarme?\n\nSaludos", "time": "22:20", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2017-05-15", "forum": "FiveWin para Harbour/xHarbour", "text": "FWHMARIADB provides usage of progress meter for backup and restore. Even provides encryption of backups.", "time": "00:04", "topic": "Backup y Restore con MySqlDump", "username": "nageswaragunupudi" } ]
Backup y Restore con MySqlDump
[ { "date": "2017-05-15", "forum": "FiveWin para Harbour/xHarbour", "text": "Mr. Rao:\n\nThanks a lot but I have the FWH0810 versión <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> \n\nI'll wait for some Antonio's offer to get the latest version\n\nAnyhow, thanks again for the advise.\n\nRegards", "time": "00:11", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Armando buenas noches, tienes un ejemplo de como haces el backup con MySqlDump y MySQl ? por favor\nSaludos\nMarcelo", "time": "23:43", "topic": "Backup y Restore con MySqlDump", "username": "Marcelo Roggeri" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Marcelo:\n\nDame una dirección de correo.\n\nSaludos", "time": "02:54", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-20", "forum": "FiveWin para Harbour/xHarbour", "text": "roggerimarcelo arroba gmail punto com\n\nte agradezco Armando\n\nSaludos", "time": "03:19", "topic": "Backup y Restore con MySqlDump", "username": "Marcelo Roggeri" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Armando.\nPuedes enviarmelo a mi, también?\nf.alegria.p arroba gmail punto com\n\nGracias", "time": "18:58", "topic": "Backup y Restore con MySqlDump", "username": "FranciscoA" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola Armando.\nPodrías enviármelo a mi también, por favor?\nsincuir arroba yahoo punto com\n\nGracias\n\nCarlos", "time": "12:56", "topic": "Backup y Restore con MySqlDump", "username": "csincuir" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Amigos:\n\nLo he enviado a todos los solicitantes, si a alguno no le llego, por favor\nindicármelo para re enviarlo.\n\nSaludos", "time": "03:20", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-25", "forum": "FiveWin para Harbour/xHarbour", "text": "Recibido.\nGracias Armando.", "time": "19:51", "topic": "Backup y Restore con MySqlDump", "username": "FranciscoA" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Si puedes mandar una copia a <!-- e --><a href=\"mailto:admsoporte@gmail.com\">admsoporte@gmail.com</a><!-- e -->", "time": "02:06", "topic": "Backup y Restore con MySqlDump", "username": "admsoporte" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-03-27", "forum": "FiveWin para Harbour/xHarbour", "text": "também uso mysqldump, ex:\n cComando := oApp:cDir_001+\"mysqldump --host=\"+oApp:IpSQL+\" --port=\"+oApp:SQLPort+\" -u \"+oApp:UID+\" -p\"+oApp:PWD+\" --all-databases > \"+oApp:BackupPath+\"\\backupD\"+strtran(dtos(Date()), \"/\",\"\")+\"T\"+Strtran(time(), \":\", \"\")+\".sql\"\n MsgRun( \"Gerando Backup\", \"Aguarde...\", {|| MYRUN(cComando) } ) // use o shellexecute no lugar do myrun \n\no envio de seu código é somente por email?", "time": "08:24", "topic": "Backup y Restore con MySqlDump", "username": "Sistem" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola armando,\n\nPodrias enviarlo a albeiroval arroba gmail punto com\n\nGracias", "time": "05:36", "topic": "Backup y Restore con MySqlDump", "username": "albeiroval" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Estimados,\n\nCon mysqldump.exe hacemos backup de MySql/MariaDB\n\nCómo se hace para SQLEXPRESS?\n\nGracias por la ayuda.\n\nArmando porfa me puede enviar a <!-- e --><a href=\"mailto:acuellar@lostajiboshotel.com\">acuellar@lostajiboshotel.com</a><!-- e --> Gracias", "time": "12:53", "topic": "Backup y Restore con MySqlDump", "username": "acuellar" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando, recibido gracias", "time": "14:46", "topic": "Backup y Restore con MySqlDump", "username": "albeiroval" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando, podrias tambien enivarme una copia por favor\n\n<!-- e --><a href=\"mailto:jbricenotapia@gmail.com\">jbricenotapia@gmail.com</a><!-- e -->\n\n\nsaludos", "time": "15:45", "topic": "Backup y Restore con MySqlDump", "username": "jbrita" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-23", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas tardes desde Mexico, Armando podras enviar una copia a <!-- e --><a href=\"mailto:admsoporte@gmail.com\">admsoporte@gmail.com</a><!-- e -->\n\nSaludos", "time": "23:34", "topic": "Backup y Restore con MySqlDump", "username": "admsoporte" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "José: <!-- e --><a href=\"mailto:admsoporte@prodigy.net.mx\">admsoporte@prodigy.net.mx</a><!-- e --> \n\nPor alguna razón que desconozco mi correo es rechazado, si tienes\notro correo con gusto te lo re envío.\n\nSaludos", "time": "03:27", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-24", "forum": "FiveWin para Harbour/xHarbour", "text": "José:\n\nYa te lo re envié al correo de Gmail.\n\nSaludos", "time": "15:09", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola armando,\n\nPodrias enviarlo una copia al rubendariogd arroba hotmail punto com\n\nGracias", "time": "03:20", "topic": "Backup y Restore con MySqlDump", "username": "ruben Dario" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Rubén:\n\nEnviado.\n\nSaludos", "time": "16:26", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-26", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando no me llego\nEstos son los correos <!-- e --><a href=\"mailto:rubendariogd@hotmail.com\">rubendariogd@hotmail.com</a><!-- e --> o <!-- e --><a href=\"mailto:rubendariogd@gmail.com\">rubendariogd@gmail.com</a><!-- e -->", "time": "23:37", "topic": "Backup y Restore con MySqlDump", "username": "ruben Dario" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Rubén:\n\nEnviado a ambos correos.\n\nSaludos", "time": "16:20", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Rubén:\n\n[code=fw:1jm022e9]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />La entrega no se completó <br />Hubo un problema temporal al entregar tu mensaje a <!-- e --><a href=\"mailto:rubendariogd@hotmai.com\">rubendariogd@hotmai.com</a><!-- e -->. Gmail seguirá intentando durante <span style=\"color: #000000;\">47</span> horas más. Si la entrega falla definitivamente, recibirás una notificación. <br /><br /><br />La respuesta fue:<br /><span style=\"color: #000000;\">DNS</span> Error: <span style=\"color: #000000;\">705483</span> DNS type <span style=\"color: #ff0000;\">'mx'</span> lookup <span style=\"color: #0000ff;\">of</span> hotmai.com responded with code NOERROR <span style=\"color: #000000;\">705483</span> DNS type <span style=\"color: #ff0000;\">'aaaa'</span> lookup <span style=\"color: #0000ff;\">of</span> . responded with code FORMERR <span style=\"color: #000000;\">705483</span> DNS type <span style=\"color: #ff0000;\">'a'</span> lookup <span style=\"color: #0000ff;\">of</span> . responded with code FORMERR <br /> </div>[/code:1jm022e9]\n\nSaludos", "time": "17:15", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-27", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias \nRecibido", "time": "22:14", "topic": "Backup y Restore con MySqlDump", "username": "ruben Dario" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando, podrias tambien enivarme una copia por favor\nmaurizio\n<!-- e --><a href=\"mailto:maurighiro@gmail.com\">maurighiro@gmail.com</a><!-- e -->", "time": "08:07", "topic": "Backup y Restore con MySqlDump", "username": "Maurizio" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Maurizio:\n\nEnviado.\n\nSaludos", "time": "16:22", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"Armando\":h3ay85m3]Rubén:\n\n[code=fw:h3ay85m3]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />La entrega no se completó <br />Hubo un problema temporal al entregar tu mensaje a <!-- e --><a href=\"mailto:rubendariogd@hotmai.com\">rubendariogd@hotmai.com</a><!-- e -->. Gmail seguirá intentando durante <span style=\"color: #000000;\">47</span> horas más. Si la entrega falla definitivamente, recibirás una notificación. <br /><br /><br />La respuesta fue:<br /><span style=\"color: #000000;\">DNS</span> Error: <span style=\"color: #000000;\">705483</span> DNS type <span style=\"color: #ff0000;\">'mx'</span> lookup <span style=\"color: #0000ff;\">of</span> hotmai.com responded with code NOERROR <span style=\"color: #000000;\">705483</span> DNS type <span style=\"color: #ff0000;\">'aaaa'</span> lookup <span style=\"color: #0000ff;\">of</span> . responded with code FORMERR <span style=\"color: #000000;\">705483</span> DNS type <span style=\"color: #ff0000;\">'a'</span> lookup <span style=\"color: #0000ff;\">of</span> . responded with code FORMERR <br /> </div>[/code:h3ay85m3]\n\nSaludos[/quote:h3ay85m3]\n\n\nSe fijaron que no dice HOTMAIL, sino HOTAMAI..? le falta la ELEal final...saludos... <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->", "time": "16:34", "topic": "Backup y Restore con MySqlDump", "username": "joseluisysturiz" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "José Luis:\n\nEs correcta tu observación, corte y pegue y di por hecho que copie bien.\n\nTodo resuelto.\n\nSaludos", "time": "17:50", "topic": "Backup y Restore con MySqlDump", "username": "Armando" } ]
Backup y Restore con MySqlDump
[ { "date": "2018-05-28", "forum": "FiveWin para Harbour/xHarbour", "text": "Armando, podrias tambien enivarme una copia por favor\nhoracio.dellacasa arroba gmail.com\n\nMuchas gracias", "time": "20:15", "topic": "Backup y Restore con MySqlDump", "username": "horacio" } ]
Backup y Restore con MySqlDump