Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
Hello , i want to make a project to keep the track of my client's requirements
where i have to send some forms to my clients which he fills up and send me the data .. all communication is done on e-mail.
and then i need to read that email and store the data in database.
what will be the best way to do this or which technology i will use to make this possible.

Thanks,
Posted
Updated 16-Apr-15 7:17am
Comments
Richard MacCutchan 16-Apr-15 13:24pm    
It would probably be faster to use Google to find a product that will do it for you.
You can find many project tracking tools and bug tracking tools in internet. Choose and use.
Sergey Alexandrovich Kryukov 16-Apr-15 16:40pm    
No platform, not language(s). It makes no sense. Yes, you need to take some data from some sources (e-mail or not), process it, put in database and use this data for tracking. But this is not something requiring an expert's advice; rather, it's just the work to do. You either can do it or not. If you can, start it, and have some more specific problems or concerns, we will gladly help you.
—SA

1 solution

The best way will be whatever way you know best. Meaning if you know C# then write it in C#. If you know VB, use VB. Use whatever language you already know.

If you don't know any languages then search to see if a product already exists that does what you need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900