Search found 53 matches: dump

Return to advanced search

phpBB to LLM

1. Create a SQL dump file from your phpBB forums: mysqldump --user=username --password=YourPassword database_phpbb > dumpfile.sql 2. We "clean" the dump file using this code: #include "FiveWin.ch"function Main()  ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... UTF8 Table ???        AADD( aSave, { ::aModiData[n][1], ::aModiData[n][2] } ) --- i have "dump" (big) Array of PG-Structure ( have split it for better reading) var2char(::aStructPG) = "{ {artnr, C, 5, 0, 16820, 1, artikel, __lock_owner, ...
by Jimmy
Thu Aug 03, 2023 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719

Ejecutar .SQL en la nube

... una muy feliz navidad. En esta ocasion mi consulta es simple. Tengo en mi PC un archivo .SQL ( c:\...\Data.sql ) el cual se crea con el comando DUMP localmente en mi disco duro. Necesito que ese archivo se ejecute a traves de mi aplicacion FW17.01+xHarbour (para crear la tabla y subir los datos ...
by JoseAlvarez
Sun Dec 26, 2021 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar .SQL en la nube
Replies: 1
Views: 372

Re: ¿Cómo hago una búsqueda incremental en xBrowse?

... adaptarlo a tu manera de programar, cualquier duda quedo a tu orden. El procedimiento teorico es el siguiente: Para respaldar, el programa crea un DUMP de la base de datos y lo graba en una carpeta local predefinida por mi sistema en formato texto .SQL De alli, lo comprime en .ZIP y lo envia a ...
by JoseAlvarez
Mon Nov 08, 2021 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo hago una búsqueda incremental en xBrowse?
Replies: 26
Views: 2251

Re: PostgresSQL from core-master\contrib\hbpgsql

... :!: ... but fail with my 64 Bit LibPQ.DLL :?: G:\masm32\bin>dumpbin /EXPORTS libpq.DLL G:\masm32\bin>Microsoft (R) COFF Binary File Dumper Version 5.12.8078 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. Dump of file libpq.DLL File Type: DLL Summary B30 .data 1ECC .pdata ...
by Jimmy
Wed Sep 11, 2019 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 6317

Re: Defining xBrowse COLUMNS for array of hashes

Thanks for the info Rao. Seems I have to dump the array into a temporary dbf then
by hua
Sat Dec 08, 2018 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Defining xBrowse COLUMNS for array of hashes
Replies: 10
Views: 1930

Re: Backup / Restore Mysql *Solved*

... (139 tables / 355 Mb) and speed as below FWH 1711 localhost = 12 seconds (SSD harddisk) cloud server = 72 seconds (VM) I use Navicat to test dump sql in the same database Navicat localhost = 17 seconds (SSD harddisk) cloud server = 101 seconds (VM) FWH is faster than Navicat around 1.4 time ...
by dutch
Thu Jul 05, 2018 5:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup / Restore Mysql *Solved*
Replies: 10
Views: 1530

Help with api / Json

... { "mod": "login", "comp": 5, "user": "USUARIO", "pass": "SENHA", ["dump": [1,2]] // Opcional. } Error in return: { "success": 1, "logout": 1 } Success: { "success": 1, "C": ...
by wartiaga
Wed Jul 04, 2018 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with api / Json
Replies: 1
Views: 604

NirSoft utilities for programmers

... Control Code, number of input bytes, number of output bytes, the name of the device handle, and all the input/output bytes, displayed as Hex dump. ResourcesExtract (For C++ and unmanaged applications) ResourcesExtract is a small utility that scans dll/ocx/exe files and extract all resources ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1106

Re: MySQL vs MariaDB

... up to 5.7 Is faster, 1000% Mysql compatible, It comes in almost any Linux distribution. The windows version is easy to install, it recognizes all dump backups, better integration when you want to replicate servers, low memory use, and the community behind it i far more productive than the one ...
by Adolfo
Tue Jun 19, 2018 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL vs MariaDB
Replies: 4
Views: 854

how create error.log in FWH

... Involved File .....: Dos Error Code ....: 0 Trace Through: ---------------- MAIN : 12 in Module: t.prg ############################## Video Screen Dump ############################## +--------------------------------------------------------------------------------+ | | |Error BASE/1003 Variable ...
by kajot
Wed Dec 14, 2016 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how create error.log in FWH
Replies: 10
Views: 2680

Converting rmake scripts to Borland's make

Hi guys, My office just upgraded my PC to a Win 10 64-bit forcing me to dump programs such as rmake. I guess I can use the sample provided by Antonio bormake.zip to guide me to convert my rmk scripts. However I wonder how do I translate the #defines? In batch ...
by hua
Tue Aug 11, 2015 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting rmake scripts to Borland's make
Replies: 2
Views: 560

Re: How to Fill a PDF Form

... an old thread but just in case my answer might help someone that need the solution Bayron, 1. Fill up the pdf form and saved it. 2. Use pdftk to dump the fdf of the filled pdf form        pdftk filled_pdf_form.pdf generate_fdf output filled_pdf_form.dfd.txt  3. Study the generated fdf file to ...
by hua
Wed Jun 24, 2015 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Fill a PDF Form
Replies: 1
Views: 514

Re: Problem with Listview

... in this way: At imageList creation: oImageList = TImageList():New( 48, 48 )oImageList:hImageList := Fix(48,48) plus this DUMP: #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>#include <CommCtrl.h>HB_FUNC( FIX ){     typedef HIMAGELIST ...
by AntoninoP
Wed Jun 10, 2015 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Listview
Replies: 13
Views: 5641

Re: HB_hbrun()

... how important is your concern about having include files stored on disk. 1) Store them in resources, and, when you are about to compiling sth just dump them into cYourAppDir\include, and use thet dir. Delete it after use. 2) Before compiling, read the target source into a buffer, replace every ...
by Carlos Mora
Mon May 11, 2015 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_hbrun()
Replies: 2
Views: 559
Next

Return to advanced search