AdsStmtDisableEncryption

Advantage Client Engine

Does not encrypt the cursor generated after executing the SQL statement.

Syntax

UNSIGNED32

AdsStmtDisableEncryption( ADSHANDLE hStatement );

Parameter

hStatement(I)

Handle of an SQL statement created by a call to AdsCreateSQLStatement.

Remarks

This function reverses the effect of AdsStmtEnableEncryption.

Example

Click Here

See Also

AdsStmtEnableEncryption