Search found 56 matches: reside

Return to advanced search

Data exchange between PC and Android device on the same loca

... to receive requests and respond to requests. It reads the Request and accordingly generates the responses that are data from .dbf tables, which reside on the PC and at that point the prg program hard-coded opens tables, and generates responses either in array, json or hash, whichever is most ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 538

Requirements for Hash Variables

I have written code to read a Json file, Decode it to an object and update a sql table. Works great, moved it to another program where it should reside and it can't read the hash variables. What are the requirements as far as CH files and are there any libs, or Object Files. I have been messing ...
by byron.hopp
Fri Aug 19, 2022 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Requirements for Hash Variables
Replies: 2
Views: 257

Re: dbfntx very slow with 2+ users

I am also experiencing the same issue. There are 2 PC's ie PC1 and PC2 . The application and data reside on PC1. For eg on D Drive ie D:\MyApp The operating system used on both the PC's are Windows 10 The problem occurs ONLY when the second user uses the Application irrespective ...
by anserkk
Wed Mar 30, 2022 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6744

Re: DBU

... application. It tells me it can't run because it cant find libmariadb.dll so I put the file in the same place where other application .dlls reside ( as does the .exe ) and I get the same error. So then I tried registering it, and it loads it but says it can't find the entry point ( Windows ...
by TimStone
Sun Nov 14, 2021 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2120

For Italian People

I need to contact developers who reside in Italy.
this is my email:
gusmavf@gmail.com

Thank´s
Gustavo.
by goosfancito
Sat Nov 02, 2019 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Italian People
Replies: 0
Views: 417

Re: New FTDN June/Junio 2019 (FWH 19.06)

... Esto funciona solo con versiones de 32 bits. Se requiere que "Image2PDF StdCall.dll" se descargue y se coloque en la carpeta dónde reside el ejecutable. Es suficiente establecer estas variables de clase inicialmente para usar la librería Image2pdf para generar archivos PDF. TPrinter():lUseI2PDF ...
by Antonio Linares
Tue Jul 16, 2019 11:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2664

Re: New FWH 19.03

Yes, please. Tq
Please email it to hua<dot>bassupport@gmail.com

When I try to compile samples\testprn6.prg, I got an unresolved function ConvertEmf2Png(). Which lib does this function reside in please?

TIA
--
hua
by hua
Fri Apr 19, 2019 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4923

OT: Compañeros del foro cerca de Málaga capital

Hola, quisiera saber si hay algún compañero del foro que reside cerca de Málaga capital (ESPAÑA).

Vivo en Alhaurín de la Torre y estaría interesado en contactar con programadores de esta zona.

Saludos.
by gmart1
Wed Feb 13, 2019 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: Compañeros del foro cerca de Málaga capital
Replies: 3
Views: 623

Re: Your EXE into a Web app

... will be far better than working with a php or asp page. Performance? These are the first steps to prove a concept. If the data and application reside on the server, the performance should be great, subject only to the speed of internet connection.
by nageswaragunupudi
Sat Oct 13, 2018 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9005

Re: sesion tdolphin

... o complejo, incluyendo consultas que usan INNER JOIN / LEFT JOIN, con inclusion de mas de una tabla y con muchos registros. Ahora si la database reside en un servidor que no es un hosting y el acceso es remoto, para ese caso si funciona esa instruccion, sin embargo si y solo si para este caso ...
by albeiroval
Sun Oct 22, 2017 10:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sesion tdolphin
Replies: 7
Views: 1845

Re: Subiendo la bbdd a MySql o como lo haría Carlos Mora

... a) MySql.exe que tengo en mi ordenata Windows y el b) MySql consola que está en el server del VPS que mi tecnico me montó bajo ¿ Ubuntu ?, donde reside la bbdd y que es como trabajar en local para la bbdd, por lo que no hay flujo de datos ¿ Es asi ? Asi, por lo que me comentas, b) seria la opcion ...
by Carlos Mora
Sat Feb 25, 2017 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subiendo la bbdd a MySql o como lo haría Carlos Mora
Replies: 9
Views: 2074

Re: Subiendo la bbdd a MySql o como lo haría Carlos Mora

... a) MySql.exe que tengo en mi ordenata Windows y el b) MySql consola que está en el server del VPS que mi tecnico me montó bajo ¿ Ubuntu ?, donde reside la bbdd y que es como trabajar en local para la bbdd, por lo que no hay flujo de datos ¿ Es asi ? Asi, por lo que me comentas, b) seria la opcion ...
by hmpaquito
Sat Feb 25, 2017 10:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subiendo la bbdd a MySql o como lo haría Carlos Mora
Replies: 9
Views: 2074

Re: Large RowSet

...  MsgInfo( "Error in Opening ACCIDENT table" )   RETURN(.F.)END TRY  The Local Cache option allows the fetched Cursor to reside on the client rather to be on the Server. Traversing a local cursor is VERY fast .. Rick Lipkin
by Rick Lipkin
Sun Feb 05, 2017 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Large RowSet
Replies: 10
Views: 2137

Re: FiveWeb Questions

Hi Antonio, I have the files, I guess I'm just stuck on exactly where I can put them. Ideally I would like them to reside on the computer that is running my webapp.exe It looks like during the execution of the program (on the client side) it goes out to the url where these files ...
by Jeff Barnes
Tue May 03, 2016 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25529

OT Seguridad en publicar una BBDD

Colegas, Estoy implementando una aplicación para los clientes de la empresa en la que trabajo. El servidor reside en la misma empresa y en él he instalado MySql sobre Linux Ubuntu Server. Tengo dos proveedores de Internet que me proveen IP fijas. He cambiado el Nº de puerto ...
by horacio
Sat Mar 05, 2016 10:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT Seguridad en publicar una BBDD
Replies: 2
Views: 501
Next

Return to advanced search