Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How getting a views list from ADO ?

1 view
Skip to first unread message

Denis Crespe

unread,
Apr 30, 2000, 3:00:00 AM4/30/00
to
Hi,

Can I get the views list like we can do for the tables with ADO ?

It seems that is a non implementation from the SQL server ADO provider.

How could I do for having my views list ?

Thank-you.
Denis.

Kees de Kooter

unread,
May 4, 2000, 3:00:00 AM5/4/00
to
To a database client a view *looks* the same as a table.
My guess is your views are listed in the table list of your ADO object.
Why would you want to list your views separately?

HTH
Kees de Kooter
k...@boplicity.nl

"Denis Crespe" <denis....@cybercable.fr> wrote in message
news:8ehrau$2kv$1...@news2.isdnet.net...

Jack Guyant

unread,
May 9, 2000, 3:00:00 AM5/9/00
to
Why not have a stored procedure do a SELECT from the appropriate system
table, and then open the result as a recordset on the client side?

Jack Guyant
ja...@aloha.net


0 new messages