Link to home
Start Free TrialLog in
Avatar of vikas_maderna
vikas_maderna

asked on

Is is possible to Save MMS Message in Database like Sql Server

Hello Experts,

Is it possible to save the MMS message in sql server, Or any other format so that i can keep track of message send.

Thanks

Vikas
Avatar of Irwin Santos
Irwin Santos
Flag of United States of America image

That all depends if you can synchronize your phone to an application where the data can at least be exported to a file.  Once you have the data, you can import into your database application.
Avatar of vikas_maderna
vikas_maderna

ASKER

I am creating a desktop application for sending MMS. In this case can i store this images, avi file in sql server. I am not using any phone

Thanks

Vikas
images and avi files can be stored as binary info...but would better be saved in a folder.  You SQL fields can include a path to the location of these files.
Dear irwinpks,

See i am preparing this. I have developed the application through which i will send the MMS message from client to my server over Internet.

Now my server using MM7 will send MMS to Operator.

In this case what do you suggest, as i cant store each message in folder, as i am not having client limit. It is something similiar to bulk MMS.

Thanks

Vikas
ASKER CERTIFIED SOLUTION
Avatar of Irwin Santos
Irwin Santos
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial