Click or drag to resize

ACEUNPUB.AdsRestoreDatabase Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsRestoreDatabase(
	hConnect AS IntPtr,
	hOutputTable AS IntPtr,
	pucSourcePath AS STRING,
	pucSourcePassword AS STRING,
	pucDestPath AS STRING,
	pucDestPassword AS STRING,
	pucOptions AS STRING,
	pucFreeTablePasswords AS STRING,
	usCharType AS WORD,
	usLockingMode AS WORD,
	usCheckRights AS WORD,
	usTableType AS WORD,
	pucCollation AS STRING,
	ucDDConn AS BYTE
) AS DWORD
Request Example View Source

Parameters

hConnect
Type: IntPtr
hOutputTable
Type: IntPtr
pucSourcePath
Type: String
pucSourcePassword
Type: String
pucDestPath
Type: String
pucDestPassword
Type: String
pucOptions
Type: String
pucFreeTablePasswords
Type: String
usCharType
Type: Word
usLockingMode
Type: Word
usCheckRights
Type: Word
usTableType
Type: Word
pucCollation
Type: String
ucDDConn
Type: Byte

Return Value

Type: DWord
See Also