The Microsoft SQL Server Compact Edition tab enables you to modify configuration settings specific to Microsoft SQL Server Compact Edition databases.
The Microsoft SQL Server Compact Edition tab
The fields in http.ini specific to the
Microsoft SQL Server Compact Edition section are shown below:
[MSQLCE] ; File Copy settings CopyDataToHardDisk=1 DataDir=##DWEBPRO_PATH##\engine\msqlce\data DestinationDir=##TEMP##\dwebpro\msqlce DatabaseVersion=1 DeleteOldDatabases=1 ShowCopyProgressWindow=1 AskUserForCopy=0 AskUserForCopyDefaultButton=Yes Overwrite=1 AskUserForOverwrite=0 AskUserForOverwriteDefaultButton=Yes ClearOnShutDown=0 AskUserForClearOnShutDown=0 AskUserForClearOnShutDownDefaultButton=Yes ; Interactive Install settings UseInteractiveInstall=0 SpaceNeeded=0
File Copy settings
Copy data to hard disk (from Data Directory to Destination
Directory)
CopyDataToHardDisk
Copy data to hard disk specifies whether
the files specified in the Data Directory folder
are copied to the folder specified in the Destination Directory (on the user's hard drive).
Accepted values: 0, 1
Data Directory
DataDir
Data Directory specifies the path to
the directory where the Microsoft SQL Server Compact Edition database files reside. Refer
to the DWebPro Internal Constants topic for additional
information on paths.
Accepted values: string
Destination Directory
DestinationDir
Destination Directory specifies the path
of the directory to which the Microsoft SQL Server Compact Edition files will be copied.
Refer to the DWebPro Internal Constants topic for
additional information on paths.
Accepted values: string
Database Version
DatabaseVersion
Database Version specifies the version
of the Microsoft SQL Server Compact Edition database. If you want to distribute your application
with different versions of the database or distribute an updated version
of the database within the same application, you can use this field
to specify which version of the database you are distributing and
let DWebPro automatically use the correct
database.
Accepted values: integer
Delete old databases
DeleteOldDatabases
Delete old databases specifies whether
DWebPro has to delete existing Microsoft SQL Server Compact Edition databases before
copying a new ones.
Accepted values: 0, 1
Overwrite data
Overwrite
Overwrite data specifies whether the
databases copied to the user's hard drive are overwritten.
Accepted values: 0, 1
Clear on shutdown
ClearOnShutdown
Clear on shutdown specifies whether DWebPro
deletes the files copied to the user's file system prior to closing.
Accepted values: 0, 1
Show copy progress window
ShowCopyProgressWindow
Show copy progress window specifies whether
the progress window displays during file copy routines.
Accepted values: 0, 1
Ask user for copy
AskUserForCopy
Ask user for copy specifies whether DWebPro
prompts the user to confirm the copy of the files into the destination
directory.
Accepted values: 0, 1
Default Button
AskUserForCopyDefaultButton
Default Button specifies the default
button on the confirmation form for files copy.
Accepted values: Yes, No
Overwrite
Overwrite
Overwrite specifies whether the
databases copied to the user's hard drive are overwritten.
Accepted values: 0, 1
Ask User for Overwrite
AskUserForOverwrite
Ask User for Overwrite specifies whether DWebPro
prompts the user to confirm the copy of the files if the destination
directory already exists.
Accepted values: 0, 1
Default Button
AskUserForOverwriteDefaultButton
Default Button specifies the default
button on the confirmation form for files copy.
Accepted values: Yes, No
Clear on Shutdown
ClearOnShutdown
Clear on Shutdown specifies whether DWebPro
deletes the files copied to the user's file system prior to closing.
Accepted values: 0, 1
Ask User for Clear on Shutdown
AskUserForClearOnShutDown
Ask User Clear on Shutdown specifies whether DWebPro
prompts the user to confirm the deletions of the files in the destination
directory prior to closing.
Accepted values: 0, 1
Default Button
AskUserForOverwriteDefaultButton
Default Button specifies the default
button on the confirmation form for files deletion.
Accepted values: Yes, No
Interactive Install settings
Use Interactive Install
UseInteractiveInstall
Use Interactive Install specifies whether
DWebPro uses the Interactive Installation procedure. Refer to the Interactive Install Workflow topic for more information.
Accepted values: 0, 1
Space needed
SpaceNeeded
Space needed specifies the needed space
for the copy. Use the drop-down box to the right of this field to
specify the units of space desired. This option is relevant only when
using the Use Interactive Install option. Refer
to the Interactive Install Workflow topic for more
information.
Accepted values: integer

