Hi forum,
I want to extend a script that I have querring a .mdb
It all works fine! but I want to use some of the data in an email, this is what i need some help with. (I have another script with mail connection working) I guess I need to put them together.
I could post the scripts but first Id like to know theres some good help out there much thanks Paul
Loading
Mahesh ChandPosted Oct 6, 2005, 4:29 PM
Your question is not clear. If you want to read data from a database and send it in an email, you have to read data in a string or something and pass it to yoru mail object as a body. There are plenty of samples on ADO.NET and Networking sections of c-sharpcorner.com. You need to first learn how to read data and get it into a string and then you need to learn how to send an email.