Click or drag to resize

DbcManager.CreateDatabase Method

X#
Create a new DBC file

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD CreateDatabase(
	cFileName AS STRING
) AS LOGIC
Request Example View Source

Parameters

cFileName
Type: String
The fully qualified filename to create.

Return Value

Type: Logic
TRUE when the database file was created successfully.
See Also