Dbc.Open Method | |
Open a database.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD Open(
cFileName AS STRING,
lShared AS LOGIC,
lReadOnly AS LOGIC,
lValidate AS LOGIC
) AS LOGIC
public static bool Open(
string cFileName,
bool lShared,
bool lReadOnly,
bool lValidate
)
Request Example
View SourceParameters
- cFileName
- Type: String
- lShared
- Type: Logic
- lReadOnly
- Type: Logic
- lValidate
- Type: Logic
Return Value
Type:
LogicSee Also