Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized Views?
Message
From
08/12/2000 12:15:20
 
 
To
08/12/2000 10:06:10
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00450647
Message ID:
00450845
Views:
31
Yes, I resorted to using SPs. VFP's views (local and remote) are so flexible to use so I though maybe MSSQL might have similar fuctionality but SPs are good enough for me.

Thanks Bob.

>The closest equivelent would be a stored procedure...
>
>CREATE STORED PROCEDURE
>
>(@startdate datetime
>,@enddate datetime
>)
>
>AS
>
>SELECT * from MyTable where invoicedate is between @startdate and @enddate
>
>RETURN
>*******
>Then you can call this will SPT in VFP and it will return a result set.
>
>BOb
It's "my" world. You're just living in it.
Previous
Reply
Map
View

Click here to load this message in the networking platform