Click or drag to resize

ACE.AdsCreateTable90 Method

X#

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

Parameters

hConnect
Type: IntPtr
strName
Type: String
strDBObjName
Type: String
usTableType
Type: Word
usCharType
Type: Word
usLockType
Type: Word
usCheckRights
Type: Word
usMemoSize
Type: Word
strFields
Type: String
ulOptions
Type: DWord
strCollation
Type: String
phTable
Type: IntPtr

Return Value

Type: DWord
See Also