Indicates the default database for a Connection object.
Sets or returns a String that evaluates to the name of a database available from the provider.
Use the DefaultDatabase property to set or return the name of the default database on a specific Connection object.
If there is a default database, SQL strings may use an unqualified syntax to access objects in that database. To access objects in a database other than the one specified in the DefaultDatabase property, you must qualify object names with the desired database name. Upon connection, the provider will write default database information to the DefaultDatabase property. Some providers allow only one database per connection in which case you cannot change the DefaultDatabase property.
file: /Techref/language/asp/comp/daprop03.htm, 2KB, , updated: 1996/11/21 18:01, local time: 2024/11/8 15:00,
3.21.105.21: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/daprop03.htm"> DefaultDatabase Property (ADO)</A> |
Did you find what you needed? |