Re: Connect to table on web



"Theo Pistorius" wrote:
Can one connect to.(example) a dbf
lying on a website somehere with a desktop
application?

So that one can read/write to a table lying
somwhere on http: world?

If so how? Is there stuff that can do this.

You can do this using the RealThinClient SDK: compile your own Web Server,
or create an ISAPI extension to run under any ISAPI-capable Web Server (MS
IIS, Apache, etc), then write a client using the same components to
communicate with your Server over HTTP, using RTC remote functions
(send/receive anything you like, even nested datasets, quite easily):
http://www.realthinclient.com

Btw ... RTC DB components are currently in beta testing (beta is free to all
licensed RTC SDK users), which will make it even easier to write clients,
servers and ISAPI extensions working with databases over the internet (using
the HTTP protocol for all communication).

Using RTC DB components, creating an ISAPI extension or a stand-alone Web
Server to serve your database over the Internet is as easy as placing a few
components on a form. Writing Clients to access your database is comparable
to writing desktop clients: drop a few components on a form, enter your SQL
statement and ... voila! You are accessing your Database over the Internet
(located on a Web Server).

Best Regards,
Danijel Tkalcec, Team RTC
http://www.realthinclient.com


.



Relevant Pages

  • Re: Connect to table on web
    ... My web host already has mysql running on a linux box. ... Server, or create an ISAPI extension to run under any ISAPI-capable ... components to communicate with your Server over HTTP, using RTC ... Web Server to serve your database over the Internet is as easy as ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Connect to table on web
    ... You can do this using the RealThinClient SDK: ... Server, or create an ISAPI extension to run under any ISAPI-capable ... components to communicate with your Server over HTTP, using RTC ... Web Server to serve your database over the Internet is as easy as ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Connect to table on web
    ... You can do this using the RealThinClient SDK: compile your own Web Server, ... RTC DB components are currently in beta testing (beta is free to all ... Server to serve your database over the Internet is as easy as placing a few ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Encryption Question
    ... No encryption needed at server side, ... However, if a 'hash' of the password is sent in plain text over HTTP, and ... all the server knows is the 'hash' of the password, ... in the mysql database as SHA1 hash. ...
    (comp.lang.javascript)
  • Re: OleDbCommand.ExecuteReader Performance
    ... Okay --- even in a web based environment, your server is what holds the ... server and your oledb database is. ... Won't it be terrible slow? ... > because it seems that each time I call OleDbDataReader.Read, an HTTP ...
    (microsoft.public.dotnet.framework.adonet)