sending update-query from outlook-form to MS SQL-database

  • Thread starter Thread starter Solander
  • Start date Start date
S

Solander

The case is this:

I have a costum outlook form . I wish to create a macro that will send an
Update-statement to an sql-server with the values of the form-fields.

How do I do this ?

With thanks,

M. Solander
 
You'd use ordinary ADO methods to connect to the database then execute your UPDATE query. Are you seeking help with Outlook property syntax?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top