Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Basic 6 and Stored Procedure Call

Status
Not open for further replies.

jfield817

Programmer
Joined
Jun 2, 2000
Messages
153
Location
US
Can a SQL Server 7 Stored Procedure be executed
Inside of a "Where" clause from VB 6 ....

The proc would be called as such "Myproc"

The pseudocode would be something like ...

Select * from Table where Table.x = 5 and
Table.y IN a string returned by Myproc ...

How could this be done ....

Thanks much
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top