Posted by Jack Vamvas on 05/04/06 12:12
Easiest way is to do a direct SELECT statement on the view.
For example, set up a stored procedure "mySproc" and do the SELECT
statement directly on the VIEW
Then use ODBC to connect to php and run the stored procedure.
--
----
Jack Vamvas
___________________________________
Receive free SQL tips - www.ciquery.com/sqlserver.htm
___________________________________
"Sascha82" <Sascha-news@web.de> wrote in message
news:1146726590.692583.205780@e56g2000cwe.googlegroups.com...
> Hi at all,
> I've got some problems with a view.
> How can I get all rows out of a view to show them all in a php side?
> Thanks a lot.
> Sascha
>
Navigation:
[Reply to this message]
|