Subj : Re: How to Update a Paradox DB over Internet with BC++3? To : borland.public.cpp.borlandcpp From : =?iso-8859-1?Q?Jos=E9?= J. Armenta E. Date : Sat May 15 2004 05:13 am Hi, What yo need is to implement a Client/Server application, CGI, because of the compiler you're using. Can be relatively easy to do. Use Google to search for CGI tutorials. Of course, there are more modern and better ways to accomplish this (Java or .Net, for example) but the CGI solution will let you take advantage from many of the code you have. You'll need a web server, too. There are several free ones (Xitami can be a good starting point: little, fast and easy to install, with practically no intervention from you). Additionally, there are some C/C++ libraries available. Maybe CGI-HTML, a free C libray, would be a good approach for you. Regarding the data you need to work with, the CGI apps will let you to interact with the database in the way that normally you do it. HTH, /JJ. HR wrote: > > Hello, > > i'll need to Update a Paradox Database over the Internet. > I wrote a Program in Borland C++ 3.0 Standard which uses a Paradox Database. > > Now i want, that someone who uses that Programm can Update the Data (maybe > not the whole Table) ober HTTP or FTP. > > How can i do this?. > At the Moment i have no idea how to Start that developing nor which Tools i > need. > > Can anyone help me out? > > regards > Helge -- ** Para responderme, cambie _J_ por _ ** To respond, change _J_ by _ .