Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Difference between OPENROWSET & OPENDATASOURCE

    jmichaud (10/8/2009)


    To sum up, openrowset() allows you to create an ad-hoc connection to oledb

    provider and execute a query.

    e.g.

    select * from openrowset('conn','query')

    Opendatasource() also allows you to create an ad-hoc connection but...

Viewing post 1 (of 1 total)