an asp stung my database
September 25, 2007 6:07 AM Subscribe
Where can I get some noob information on how to read/write simple database tables with ASP?
I have experience doing it with PHP (and past, antique knowledge of VB and the like, so I'm familiar with the conventions) but a company wants us to take some user info (name, address, etc) from a form and store it to an SQL database/table that they've set up. Can anyone point to a good online resource, including tutorials and code?
I have experience doing it with PHP (and past, antique knowledge of VB and the like, so I'm familiar with the conventions) but a company wants us to take some user info (name, address, etc) from a form and store it to an SQL database/table that they've set up. Can anyone point to a good online resource, including tutorials and code?
Response by poster: great suggestions so far!! a bonus followup: can the database email somebody every time its updated, and possibly also email a CLV or access copy of itself to another email address nightly!?
posted by yonation at 6:31 AM on September 25, 2007
posted by yonation at 6:31 AM on September 25, 2007
What version of SQL Server are you running? If it's 2005, I would recommend relying on Reporting Services to send the nightly report, but NOT emailing someone every time there is an update. You should be able to put together an online report people can check regularly.
posted by zackola at 6:53 AM on September 25, 2007
posted by zackola at 6:53 AM on September 25, 2007
This thread is closed to new comments.
posted by B(oYo)BIES at 6:13 AM on September 25, 2007