Search found 425 matches: localhost

Return to advanced search

Re: xbrowse(autosort) + tdolphin - erro

... #include "xBrowse.ch" #include "tdolphin.ch" function Main() LOCAL oForm, oServer, oQry, oBrw CONNECT oServer HOST 'localhost' ; USER 'root' ; PASSWORD 'miclave' ; PORT 3306 ; FLAGS 0; DATABASE 'test' oQry := oServer:Query('SELECT p.chave as chave, p.data as data, ...
by MGA
Thu Nov 14, 2024 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 198

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... unexpectly not only reading mysql data with those errors in evenlogs, Abortada conexión 66 para db: 'wadmonbq' usuario: 'wadmon_admin' servidor: 'localhost' (Obtenido un error leyendo paquetes de comunicación) For more information, see Help and Support Center at http://www.mysql.com. Nombre de ...
by nnicanor
Wed Sep 25, 2024 1:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... perfectly. With Harbour 64 bits, it works perfectly. Definitely the problem is with xHarbour 64 bits. I've tried with different servers, even localhost, etc. and it's always the same. A table opens, closes, then the same or another table opens again, and after a few seconds the application ...
by Cgallegoa
Sun Sep 22, 2024 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

1º Webinar. Mod & RunnerXbase

... cloud-> select webinar package - exit and select webinar package - menu->application->activate - From internet browser url -> http://localhost:81/ Cualquier aclaración sobre lo que se habló ayer la podeis poner aqui. Tenemos un foro tambien en marcha sobre UT y RunnerXbase en que ...
by Carles
Wed Sep 11, 2024 6:42 am
 
Forum: mod_harbour
Topic: 1º Webinar. Mod & RunnerXbase
Replies: 4
Views: 740

Re: Start sample for a (My)-sql project

Dear Mr.Rao

*Mariainv.prg*
How to prevent user to change items code?

How to create database on localhost using fivewin?

Thanks and regards
Yunus.

Sent from my SM-M515F using Tapatalk
by dagiayunus
Mon Jul 08, 2024 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Start sample for a (My)-sql project
Replies: 14
Views: 2104

Re: UT Runner

... Apache, ya que las empresas no permiten modificar las configuraciones de Apache en el hosting. planes que tengo. Pero decidí probar UTHttpd2 en localhost y en cuanto tenga algún resultado, aunque sea mínimo, te lo enviaré a ti (involucrado en el desarrollo) para que sepas que hay otras personas ...
by JoãoGomes
Wed Jun 12, 2024 3:09 pm
 
Forum: mod_harbour
Topic: UT Runner
Replies: 3
Views: 1937

Re: MQTT xHarbour

... MQTTLIB ) Vt_Aviso("Arquivo " + MQTTLIB + " não localizado...",.T.) Return( Nil ) Endif nHandle := 0 cAddress := "tcp:localhost:1883" cClientID := "teste" nResult := DllCall( MQTTLIB, DLL_OSAPI, "MQTTClient_create", @nHandle, cAddress , cClientID, ...
by lzanardo
Thu May 23, 2024 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MQTT xHarbour
Replies: 7
Views: 1096

Re: Compiler with MSVC y HARBOUR

... dealing with your mod harbour installation. I am always weighing whether it makes sense to use WebView2, or whether it might be simpler to use a localhost server everywhere. That's why I am creating a distribution for our users. Perhaps you would be so kind as to explain your mod harbour installation ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 564

Re: XAMPP through PortableApps.com or Server2Go

... + ' ' + FIELD->last + '<br>'                DbSkip()    next        cHtml += '<hr>'    retu cHtml Run from url --> localhost:81/html/otto.prg Case B. In the \html folder create the file otto.html <h1>Hello Runner ! (from html)</h1><hr><?prg  ...
by Carles
Thu Feb 29, 2024 3:06 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 13
Views: 13554

Re: Runner Xbase (RX)

... en contacto conmigo desde el discord y lo miramos... Ya he puesto a correr "rx.exe" y levanta correctamente. Pruebo con "http://localhost:81/" y levanta correctamente la ventana con el logo de "Runner xBase" Pruebo con "http://localhost:81/html/xtreme/view_main.html" ...
by Carles
Thu Feb 22, 2024 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Runner Xbase (RX)
Replies: 7
Views: 2181

Re: Runner Xbase (RX)

Hola Carles. Primero, gracias por esta nueva herramienta. Ya he puesto a correr "rx.exe" y levanta correctamente. Pruebo con "http://localhost:81/" y levanta correctamente la ventana con el logo de "Runner xBase" Pruebo con "http://localhost:81/html/xtreme/view_main.html" ...
by csincuir
Thu Feb 22, 2024 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Runner Xbase (RX)
Replies: 7
Views: 2181

Re: MySql vs Oracle

Armando: Segun esto https://i.ibb.co/bb2Ksp1/Clip1.jpg tu data source debería ser localhost no conexion_client (Excepto que lo hayas cambiado) Intenta con esta cadena y tambien prueba con el segundo parametro en .t. a ver que error te devuelve:    oConnStr ...
by cmsoft
Thu Feb 01, 2024 7:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 4496

Re: Grabar imagen en tabla mysql

... text" Primero se debe configurar Mysql para que lo permita Desde el administrador de Mysql entras en Startup variables Debes entrar en modo localhost y ejecutar como administrador vas a la ceja Advanced Networking en el apartado Data / Memory Size le cambias a Max Packed size (yo le puse ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 800

Re: Conectarse con mariaDB

... row; // Initialize the MySQL connection conn = mysql_init(NULL); // Replace these with your MySQL server details const char *host = "localhost"; const char *user = "your_username"; const char *password = "your_password"; const char *database = "your_database"; ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 11650

UT Runner

... poder probar temas de internet sin tener que compilar ni instalar nada, simplemente ejecutando la aplicación y abrir un servidor y en la url poner localhost:81 Y si quereis un poco de lectura de como ha ido el tema aqui encontrareis un breve resumen --> https://httpd2.blogspot.com/2023/11/ut-runner.html ...
by Carles
Sat Nov 11, 2023 1:30 pm
 
Forum: mod_harbour
Topic: UT Runner
Replies: 3
Views: 1937
Next

Return to advanced search