Re: Direct communication with internet server

2001-05-29 Thread AndriusD
You can use MyODBC to establish database connection to your server using Delphi application. http://www.mysql.com/downloads/api-myodbc.html In addition to that you can use secure shell (OpenSSH/SSH) port forwarding facility for secure connection to your server. good luck, -- [EM

Direct communication with internet server

2001-05-28 Thread JfActiveSoft
Hello to all, Is it possible to communicate with a database that is in a Internet server without using PHP? How can one make? In "Host" it is necessary to put the primary server DNS? Can it be carried out the communication with Delphi? What parameters is it necessary to use? Thank you. Best Reg