Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_Connection_iface 类

 

OpenTable 函数

打开表。

语法
UltraLite_Table * UltraLite_Connection_iface::OpenTable(
  const ULValue & table_id,
  const ULValue & persistent_name
)
参数
  • table_id   表的名称或序号。

  • persistent_name   用于暂停的实例名称。

注释

当应用程序首次打开表时,游标位置设置为 BeforeFirst()。