From professional translators, enterprises, web pages and freely available translation repositories.
invalid port number
ポート番号が無効です。
Last Update: 2006-11-02
Usage Frequency: 2
Quality:
each of the arguments should be a quoted string, except for the port number.
hyperwave サーバーへの接続をオープンし、成功した場合に接続インデッ クス、接続できなかった場合に false を返します。各引数は、ポート番 号を除き引用符付の文字列である必要があります。 username および password 引数はオプションであり、省略するこ とができます。この場合、サーバーによるユーザー識別は行われません。 これは、匿名ユーザーとして識別されることに似ています。この関数は、 他の hyperwave 関数で必要な接続インデックスを返します。複数の接続 を同時にオープンすることが可能です。パスワードは暗号化されないこと を覚えておいて下さい。
the client contacts fbexec to obtain the port number to use for the connection to the database.
fbsql_select_db() sets the current active database on the server that's associated with the specified link identifier. if no link identifier is specified, the last opened link is assumed. if no link is open, the function will try to establish a link as if fbsql_connect() was called, and use it.