Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
授予新的或现有的用户 ID 使用给定口令访问 UltraLite 数据库的权限。
public ul_ret_void ULGrantConnectTo( SQLCA * sqlca, char const * uid, char const * pwd )
sqlca 指向 SQLCA 的指针。
uid 保存用户 ID 的字符数组。
pwd 保存该用户 ID 口令的字符数组。
如果指定了现有的用户 ID,此方法可更新当前用户口令。