Subj : Re: How to Update a Paradox DB over Internet with BC++3? To : borland.public.cpp.borlandcpp From : Helge Date : Sat May 15 2004 03:16 pm Hi and thanks for the anwer. My (Borland C++) Programm need to Update the Database from the Internet. The Users who work with my Programm need to Update over the Internet. CGI wpuld be a fine way, but i dont know how to do it at this point. i Do some Tools with CGI on my Server, but very simple ones. Now i download the Database-Update-File from the Server via some Wininet Functions http or ftp. That works fine. Its not very much professional but it works :o) Maybe MySQL is a way, i have to look too? Maybe i can "start" the CGI Script from my Client Programm on the Server and that Script handle the data i need from the Database and give back? regards Helge "José J. Armenta E." schrieb im Newsbeitrag news:40A58ADD.933E6314@prodigy.net.mx... > 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 _ .