Query SQLServer DB From Custom Form
-
Saturday, April 14, 2012 9:47 PM
I'm looking at creating a Custom Form to stream line sending standard email messages. I want to be able to pull several values (email, company name, first name, etc.) from a SQL Server database that the form will need. The idea is to enable the user to send an email with the fewest number of keystrokes and clicks as possible.
Creating the custom form isn't a problem.
If I'm using Windows Integrated Security what connection string would I use to connect to the DB? I'm looking for away to do this as seemless as possible and in such a way that the user need only access the form from the Organizational Forms library without anything additional installed on the client.
David H
- Moved by Bob_BaoMVP Monday, April 16, 2012 4:37 AM (From:Outlook for Developers)
All Replies
-
Monday, April 16, 2012 4:11 AM
Hi David,
Thanks for posting in the MSDN Forum.
It's based on my experience that your issue isn't a Outlook development issue. I would recommend you consult it in the forum which regard to DataBase.
Have a good day,
Tom
Tom Xu [MSFT]
MSDN Community Support | Feedback to us
-
Monday, April 16, 2012 8:00 AMOwner
Lots of options...
SQL Server - Category of forums: http://social.msdn.microsoft.com/Forums/en-US/category/sqlserver
.NET Framework inside SQL Server
Windows Forms - Category of forums: http://social.msdn.microsoft.com/Forums/en-US/category/windowsforms
Hope one of these works!
Ed Price (a.k.a User Ed), SQL Server Experience Program Manager (Blog, Twitter, Wiki)
- Proposed As Answer by Ed Price - MSFTMicrosoft Employee, Owner Monday, April 16, 2012 8:00 AM
- Edited by Ed Price - MSFTMicrosoft Employee, Owner Monday, April 23, 2012 11:53 PM
- Marked As Answer by Ed Price - MSFTMicrosoft Employee, Owner Monday, April 23, 2012 11:53 PM

