Re: Survey Program in Email
Re: Survey Program in Email
Please help! This is for a graduate assistantship and I need this project to get approved for another semester!!
Re: Survey Program in Email
I personally would not open an application which was in an attachment and I think it would be blocked any way by protection.
Could you just not set up a website to feed directly into your database and include the link in the email?
Re: Survey Program in Email
Hmmm.. that would work. How do I link a website to a database? I'm not necessarily looking for an explanation. Just a point in the right direction.
Re: Survey Program in Email
Easiest way if you plan on using C# would be to setup an ASP.Net site that queries and updates a SQL Server database. All of this can be done for free.
Best place to start would be downloading and installing MS Visual Studio Express and SQL Server Express. There is some setup to be done before you can actually start writing code.
After that I'd start learning how to use ASP.Net and SQL Server.