Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more  

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Databases - MySQL, SQL, Oracle, Access and others
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-02-2008, 09:28 PM   #1 (permalink)
monadel2
Junior Member
 
Join Date: Jan 2008
Posts: 1
Default run SQL stored procedure from Excel

Hi,

I need to run a SQL Server 2005 stored procedure by pressing a command button in excel 2003 (VisualBasic 6.3).

Searched and tried many solutions here and in other web resources, read about opening the datasource, but I cannot find the exact solution for my problem.

Any help would be greatly appreciated,

Thanks
monadel2 is offline   Reply With Quote
Sponsored Links
Old 01-09-2008, 12:30 PM   #2 (permalink)
Penio
Junior Member
 
Join Date: Jan 2008
Posts: 1
Default Re: run SQL stored procedure from Excel

You can assigned the following Sub to a button :


-------------------------------------------
Sub ExecuteStoredProcedure()

Dim Chan As Variant

'Open a channel to a SQL Server data source
Chan = SQLOpen("DSN=SQLServer")

'Execute the stored procedure "sp_who" and return the
'results to the activecell on the active sheet.
SQLExecQuery Chan, "Execute sp_who"

SQLRetrieve Chan, ActiveCell

'Terminate the channel
SQLClose Chan

End Sub

--------------------------------------------------------------

More info for SQL - Excel connection on:

Macro Examples Using XLODBC Functions

Cheers
Penio
Penio is offline   Reply With Quote
Reply


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
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 04:49 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums