How to store and retrieve data from database via internet using VC++2008
-
Richard, its just another bullshitting useless engineer from the country that thinks it can, begging one of us to do the work for him. Give up, he doesnt even deserve an answer.
-
Erudite_Eric wrote:
useless engineer
And he claims to have "written a book on "Programming in C++".
-
Erudite_Eric wrote:
useless engineer
And he claims to have "written a book on "Programming in C++".
WTF? You got to be kidding!
-
:laugh: :laugh: :laugh: :laugh: :laugh: :laugh: And he is asking how to conect two machines on an IP network! :laugh: :laugh: :laugh: :laugh: :laugh:
-
WTF? You got to be kidding!
-
Dear Friends, We have an application which is developed using VC++ 2008. This application will refer the database with in the intranet network. Now I want to access this database from different network(via internet). For example, similar to "Form" getting user details and store it in the server and retrieve data back. Kindly anyone suggest or guide me. Thanks and Regards, S.Shanmuga Raja
shanmugarajaa wrote:
Kindly anyone suggest or guide me.
Don't do that. It would require exposing the database to the internet. Although it is possible to expose a database safely to the internet is VERY unlikely that you will succeed at doing it safely. Instead you write an application which talks to the database. Then your 'clients' talk to the application. This doesn't insure that it will be safe but by limiting functionality you at least narrow the attack venues and with care it can be made safe.
-
I want to access database from different network.. like web application.
You just answered the question yourself. You create a web-server-application (ASP.NET / PHP / CGI / Java etc.) on the same network as the database. Now the web-client-application can access the database through the web-server-application over the internet.
-
Richard, its just another bullshitting useless engineer from the country that thinks it can, begging one of us to do the work for him. Give up, he doesnt even deserve an answer.
First I am getting doubt whether you are engineers??? you don't know to behave in general forum.. If you are not interest to answer to my question then nothing Problem.. Thanks for your comments.. Richard MacCutchan, ThePhantomUpvoter, Erudite_Eric I am sure this engineers spoil and pull down the code project respect and dignity. Dear Friends (Richard MacCutchan, ThePhantomUpvoter, Erudite_Eric) please go through " HOW TO ANSWER A QUESTION" by Mr.Chris Maunder I hope code project take necessary action against them..
-
I already told you. And since you have given no information, other than a vague "I want to" it is impossible to offer any further suggestion.
Use the best guess
Dont bother Richard, he isnt listening.
-
First I am getting doubt whether you are engineers??? you don't know to behave in general forum.. If you are not interest to answer to my question then nothing Problem.. Thanks for your comments.. Richard MacCutchan, ThePhantomUpvoter, Erudite_Eric I am sure this engineers spoil and pull down the code project respect and dignity. Dear Friends (Richard MacCutchan, ThePhantomUpvoter, Erudite_Eric) please go through " HOW TO ANSWER A QUESTION" by Mr.Chris Maunder I hope code project take necessary action against them..
If you expect some useful assistance then you need to provide proper detail of your problem, as described in http://www.codeproject.com/Messages/2922875/HOW-TO-ASK-A-QUESTION.aspx[^]. And despite our repeated requests you still have not done so.
Use the best guess