DbcManager.CreateDatabase Method | |
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
public static bool CreateDatabase(
string cFileName
)
Request Example
View SourceParameters
- cFileName
- Type: String
The fully qualified filename to create.
Return Value
Type:
LogicTRUE when the database file was created successfully.
See Also