![]() | ![]() |
Home |
|
|
Access Service User's Guide DirectConnect for AS/400 |
|
| Chapter 7 Using Sybase mode commands |
|
| use |
Accesses an existing database.
use database_name
is the name of the database you want to access.
Example 1
use authors
The access service returns the database name as part of the result set in an sp_sqlgetinfo call. It is located in the SQL_DATABASE_NAME attribute.
If you issue a use database_name command with more than 127 characters, DirectConnect stores only the first 127 characters that you enter on this command.
|
|