Click or drag to resize

ACE.AdsCreateTable Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsCreateTable(
	hConnect AS IntPtr,
	strName AS STRING,
	strAlias AS STRING,
	usTableType AS WORD,
	usCharType AS WORD,
	usLockType AS WORD,
	usCheckRights AS WORD,
	usMemoSize AS WORD,
	strFields 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
usMemoSize
Type: Word
strFields
Type: String
phTable
Type: IntPtr

Return Value

Type: DWord
See Also