In visual basic how i can send .dmp files through modem?
In my program, once i generate dmp file of oracle9i, I wanted to send those file to specific destination
by modem. Is there any control available in Visual basic so that it is possible? Can I send these file
at regular intervals through internet? Is there any special feature available in Oracle9I for the same?
Microsoft DevelopmentVisual Basic ClassicProgramming Languages-Other
Last Comment
prasitlee
8/22/2022 - Mon
barrytwy
In VB, there is a component : Microsoft Comm Control 6.0 can send and receive data through modem
at regular interval.
Barry
mquiroz
I guess the easy way is sending the file through ftp using winsock control, api or inet contro (I would use chilkat's free ftp activex control instead), using a modem is a little messy...
Dear anilm76,
Please take a consider if the above answer is your answer. Please accept it.
Meng
CleanupPing
anilm76:
This old question needs to be finalized -- accept an answer, split points, or get a refund. For information on your options, please click here-> http:/help/closing.jsp#1
EXPERTS:
Post your closing recommendations! No comment means you don't care.
prasitlee
Dear anilm76,
I almost forgot where this problem is.
Meng
Dear mquiroz,
Barrytwy just post and say that animl76 should use this control to do as he/she needed. But Barrytwy did not tell anything in details.
Everyone can say "Yes, I know this control could do what you need (but you need to find the sample code yourself)". Do you think this is the best answer for the quesiton ?
It 's just my comment for GPrentice00 to consider which comment should be selected as the best answer.
Meng
mquiroz
Hi Meng!
Yeah, maybe our comments are not very accurate but after checking the question one more time I see that in the title he asks for a MODEM answer but on the description he asks for an INTERNET BASED one, so my recommendation changes:
MY RECOMMENDATION -> DELETE IT, 'CAUSE IT'S NOT CLEAR WHAT anilm76 WANTS!!!!
prasitlee
Dear mquiroz,
I don't agree with your comment. Right now Internet could also be connected with modem as well. I don't agree that you have told that animl76 question is not clear. All of the question is clear within itself. So I think all of GPrentice 's judgement is correct.
Anyway I don't know why you need to do all thing for pushing points to barrytwy and not try to push all points to me although , in my mind and GPrentice, my comment is the best one for this question.
Meng
This is one that for more points, a split would have been suggested, but I went with Meng's link and determined that the link contained the most complete, and on-point, suggestions/solutions. I also have the exact same interpretation as Meng just posted regarding modem and internet right now, although if the question had stated, "Call up my friend Bob and send it through modem to his computer" that would be clearly different.
My interpretation. And you've both seen my CV name appear quite often, I've seen all of yours - I think we all generally make a decent call on the question, and if need be, we consider this to be a vote situation between 3 respected VB experts.
at regular interval.
Barry