Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Executing Stored Procedure using VB6.0

Author  Topic 

keerthi
Starting Member

1 Post

Posted - 2007-07-10 : 02:54:38
Hi,
Can anyone tell me how to execute a stored procedure using vb6.0.I am able to connect to sqlserver from my application.Simple select queries are working.

The stored procedure contains a select statement at the end.I want to get that as the resultset in vb6.0.How do I do this.

Keerthi

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-07-10 : 03:45:41
Refer this
http://www.nigelrivett.net/VB/VBExecSPSimple.html

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -