A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Calling a Stored Procedure inside mysql



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old March 14th 06, 06:48 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Calling a Stored Procedure inside mysql

You would call it the same way from any application that can run VBScript;
there would be no difference in Outlook. Your question is essentially ADO
related. Stored procedures are typically run this way with vbscript:

Dim conThis
Set conThis = CreateObject("ADODB.Connection")

conThis.Open "myconnectionstring"
conThis.Execute "MyStoredProcedureName"


--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Computer Newbie" wrote:

Hi, I am assisting someone trying to look up information for the following
question.
Please keep in mind that he is computer tech savvy and I am not. If this
question does not apply to you could you please direct me to the department
that would best handle this question.

How do I call a stored procedure inside my sql with a vba script inside
Microsoft outlook?

Thank you for taking the time.

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Message Rule Does Not Run VBA Procedure Lowell Outlook and VBA 18 March 9th 06 06:47 PM
Opening Links from Inside Oulook Express 6 Sportdaddy Outlook Express 1 February 24th 06 01:53 PM
Play .wav file inside outlook? John Girard Outlook - General Queries 1 February 16th 06 07:45 AM
Calling all Microsoft MVP's! (contacts problem) [email protected] Outlook - Using Contacts 1 February 9th 06 10:31 PM
Outlook 2003 Requirements and Install procedure Michelle Outlook - Installation 3 January 24th 06 11:14 PM


All times are GMT +1. The time now is 03:11 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.