Accessing SQL View with Python

Tim Golden mail at timgolden.me.uk
Fri Apr 27 11:29:50 EDT 2007


kyosohma at gmail.com wrote:
> Hi All,
> 
> I need to access a Microsoft SQL database View. Is there a way to do
> this with Python? I have done a fair share of "googling" and found
> nothing on accessing Views, just executing SQL, which I already know
> how to do.
> 
> I am running Windows XP, Python 2.4.

Absolutely loads of ways. But (unless I'm missing
something here) they all involve executing SQL
which accesses a View (such as: SELECT * FROM v_info).
Have I missed the point of your question?

TJG



More information about the Python-list mailing list