Click or drag to resize

Dbc.Open Method

X#
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
Request Example View Source

Parameters

cFileName
Type: String
lShared
Type: Logic
lReadOnly
Type: Logic
lValidate
Type: Logic

Return Value

Type: Logic
See Also