Init_Prompt
database parameter
Description
Specifies whether you want to be prompted during
initialization.
When to specify Init_Prompt
You must specify the Init_Prompt parameter before connecting to
the database.
Applies to
OLE DB
Syntax
|
1 |
Prompt='value' |
|
Parameter |
Description |
|---|---|
|
value |
Specifies whether you want to be prompted during
|
Default value
Init_Prompt=’Not set’
Examples
To specify that you want always to be prompted during
initialization:
-
Database profile
Select Always from the Prompt drop-down list on the System
page in the Database Profile Setup dialog box. -
Application
Type the following in code:
1SQLCA.DBParm="INIT_PROMPT='DBPROMPT_PROMPT'"
See also