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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere C API リファレンス » sacapi.h

 

sqlany_client_version 関数

現在のクライアント・バージョンを返します。

構文
sacapi_bool sqlany_client_version( char * buffer, size_t len )
パラメータ
  • buffer   クライアント・バージョン文字列を格納するバッファ。

  • len   バッファの長さ。

戻り値

成功した場合は 1、失敗した場合は 0。