Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to store and retrieve data from database via internet using VC++2008 Pin
shanmugarajaa1-Aug-13 18:46
shanmugarajaa1-Aug-13 18:46 
AnswerRe: How to store and retrieve data from database via internet using VC++2008 Pin
Richard MacCutchan1-Aug-13 20:23
mveRichard MacCutchan1-Aug-13 20:23 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
shanmugarajaa1-Aug-13 20:29
shanmugarajaa1-Aug-13 20:29 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Richard MacCutchan1-Aug-13 21:11
mveRichard MacCutchan1-Aug-13 21:11 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
shanmugarajaa1-Aug-13 22:12
shanmugarajaa1-Aug-13 22:12 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Richard MacCutchan1-Aug-13 22:27
mveRichard MacCutchan1-Aug-13 22:27 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
shanmugarajaa1-Aug-13 22:48
shanmugarajaa1-Aug-13 22:48 
GeneralMessage Closed Pin
2-Aug-13 2:43
Erudite_Eric2-Aug-13 2:43 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Richard MacCutchan2-Aug-13 3:04
mveRichard MacCutchan2-Aug-13 3:04 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
NotPolitcallyCorrect2-Aug-13 3:18
NotPolitcallyCorrect2-Aug-13 3:18 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Richard MacCutchan2-Aug-13 4:14
mveRichard MacCutchan2-Aug-13 4:14 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Erudite_Eric2-Aug-13 5:05
Erudite_Eric2-Aug-13 5:05 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Erudite_Eric2-Aug-13 5:04
Erudite_Eric2-Aug-13 5:04 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
NotPolitcallyCorrect2-Aug-13 5:27
NotPolitcallyCorrect2-Aug-13 5:27 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
shanmugarajaa3-Aug-13 3:32
shanmugarajaa3-Aug-13 3:32 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Richard MacCutchan6-Aug-13 4:45
mveRichard MacCutchan6-Aug-13 4:45 
GeneralMessage Automatically Put Back Pin
Erudite_Eric6-Aug-13 4:33
Erudite_Eric6-Aug-13 4:33 
GeneralRe: How to store and retrieve data from database via internet using VC++2008 Pin
Rolf Kristensen3-Aug-13 1:01
Rolf Kristensen3-Aug-13 1:01 
AnswerRe: How to store and retrieve data from database via internet using VC++2008 Pin
jschell2-Aug-13 14:26
jschell2-Aug-13 14:26 
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.
QuestionDevice context and dimensions Pin
Argonia1-Aug-13 4:54
professionalArgonia1-Aug-13 4:54 
QuestionHooking a running process 's Innermost dll's function Pin
dileep Perumbavoor1-Aug-13 1:26
dileep Perumbavoor1-Aug-13 1:26 
AnswerRe: Hooking a running process 's Innermost dll's function Pin
Erudite_Eric1-Aug-13 1:34
Erudite_Eric1-Aug-13 1:34 
AnswerRe: Hooking a running process 's Innermost dll's function Pin
pasztorpisti1-Aug-13 1:40
pasztorpisti1-Aug-13 1:40 
AnswerRe: Hooking a running process 's Innermost dll's function Pin
Santhosh G_3-Aug-13 23:30
Santhosh G_3-Aug-13 23:30 
QuestionSaving console output to .txt/.html file using C++/VC++ Pin
pk jain31-Jul-13 3:30
pk jain31-Jul-13 3:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.