Init_Prompt database parameter
Description
Specifies whether you want to be prompted during initialization.

You must specify the Init_Prompt parameter before connecting
to the database.
Controls
-
OLE DB
Syntax
1 |
Prompt='<span>value</span>' |
Parameter |
Description |
---|---|
value |
Specifies whether you want to be prompted
|
Default
Init_Prompt=’Not set’
Examples
To specify that you want always to be prompted during
initialization:
-
Database
profileSelect 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.DbParameter="INIT_PROMPT='DBPROMPT_PROMPT'"