Indicates the name of the provider for a Connection object.
Sets or returns a String value.
Use the Provider property to set or return the name of the provider for a connection. This property can also be set by the contents of ConnectionString property or the ConnectionString argument of the Open method; however, specifying a provider in more than one place while calling the Open method can have unpredictable results. If no provider is specified, the property will default to MSDASQL (Microsoft ODBC Provider for OLE DB).
The Provider property is read/write when the connection is closed and read-only when it is open. The setting does not take effect until you either open the Connection object or access the Properties collection of the Connection object. If the setting is invalid, an error occurs.
For information on Microsoft ODBC Provider for OLE DB and OLE DB providers in general, see the documentation for the Microsoft® OLE DB SDK or visit the Microsoft OLE DB web page.
file: /Techref/language/asp/comp/daprop05_5.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/12 12:06,
18.218.17.45:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/daprop05_5.htm"> Provider Property (ADO)</A> |
Did you find what you needed? |