PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WX20] Query over 2 HFSQL Servers
[WX20] Query over 2 HFSQL Servers
Iniciado por guest, 26,oct. 2015 15:23 - No hay respuesta
Publicado el 26,octubre 2015 - 15:23
Hi,

I have 2 Servers with 2 HFSQL Databases.
Is it possible to make a query over these 2 databases ?

I would change the connection for file1 (server1) and file2 server(2).

The Query is a select with these 2 files:

select * from file1,file2 where file1.guid=file2.guid