Click or drag to resize

ACE.AdsOpenTable90 Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsOpenTable90(
	hConnect AS IntPtr,
	strName AS STRING,
	strAlias AS STRING,
	usTableType AS WORD,
	usCharType AS WORD,
	usLockType AS WORD,
	usCheckRights AS WORD,
	ulOptions AS DWORD,
	strCollation AS STRING,
	phTable OUT IntPtr
) AS DWORD
Request Example View Source

Parameters

hConnect
Type: IntPtr
strName
Type: String
strAlias
Type: String
usTableType
Type: Word
usCharType
Type: Word
usLockType
Type: Word
usCheckRights
Type: Word
ulOptions
Type: DWord
strCollation
Type: String
phTable
Type: IntPtr

Return Value

Type: DWord
See Also