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
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