earlrainer
Programmer
Its was a bit difficult for me to understand what the exact requirement was.
But hope you guys understand it.
I have to develop a program in delphi that accesses a database.
This seems quite a straight forward process.
But the catch here is that the database will be running on the internet (i.e on a machine with a web server)
i.e although I know the database is running on a machine with IP Address xxx.xxx.xxx.xxx , I am not allowed to
directly connect to the database simply by creating a ODBC/DSN pointing it to that host.
I am trying to find out how can I access that database.
The only thing that comes to my mind is to create a web page and access that web page through my delphi application.
So the web page will act as a medium between my application and the database.
The problem is I dont know how to do that.
Can you give me any pointers to solve the problem.
is there any other method . I heard a lot about web services ,SOAP etc.
what are these? can they be useful to me in this particular problem.
But hope you guys understand it.
I have to develop a program in delphi that accesses a database.
This seems quite a straight forward process.
But the catch here is that the database will be running on the internet (i.e on a machine with a web server)
i.e although I know the database is running on a machine with IP Address xxx.xxx.xxx.xxx , I am not allowed to
directly connect to the database simply by creating a ODBC/DSN pointing it to that host.
I am trying to find out how can I access that database.
The only thing that comes to my mind is to create a web page and access that web page through my delphi application.
So the web page will act as a medium between my application and the database.
The problem is I dont know how to do that.
Can you give me any pointers to solve the problem.
is there any other method . I heard a lot about web services ,SOAP etc.
what are these? can they be useful to me in this particular problem.