Examples with "exec syntax" and their translation in Japanese
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Added a data source configuration option to enable/disable support of Microsoft EXEC syntax.
Microsoft EXEC構文のサポートを有効または無効にするためのデータソース構成オプションが追加されました。
Added support for Microsoft EXEC syntax. A procedure (or function) call specified in an EXEC statement will be translated to its equivalent Oracle procedure (or function) call before being processed by the Oracle8 database server if this feature is enabled.
Microsoft EXEC構文がサポートされるようになりました。 この機能が有効である場合、Oracle8データベース・サーバーによって処理される前に、EXEC文で指定されるプロシージャ(またはファンクション)コールは、対応するOracleプロシージャ(またはファンクション)コールに変換されます。
EXEC Syntax Enabled - enables support for SQL Server EXEC syntax. A procedure (or function) call specified in an EXEC statement is translated to its equivalent Oracle procedure (or function) call before being processed by an Oracle database server. By default this option is disabled.
Enable EXEC Syntax - SQL Server EXEC構文のサポートを有効にします。Oracleデータベース・サーバーによって処理される前に、EXEC文で指定されるプロシージャ(またはファンクション)コールは、対応するOracleプロシージャ(またはファンクション)コールに変換されます。デフォルトではこのオプションは無効になっています。
Other results
If the syntax of your SQL Server EXEC statement can be readily translated to an equivalent Oracle procedure call without requiring any change to it, the Oracle ODBC Driver can translate it if you enable this option.
このオプションを有効にすると、変更なしに変換可能な場合、Oracle ODBC Driverによって、SQL Server EXEC文の構文が対応するOracleプロシージャ・コールに変換されます。
You can also declare variables with the following syntax which implicitly creates a declare section:EXEC SQL int i = 4;You can have as many declare sections in a program as you like.
また、以下のような暗黙的に宣言セクションを生成する構文を使って変数を宣言することもできます。 プログラム内に複数の宣言セクションを持たせることができます。
For example, when calling MapForce Server at the command line, the syntax for a mapping like the one above is: Where: <exec< is the path to the MapForce Server executable.
例えば、MapForce Server をコマンドラインで呼び出す場合、マッピングのための構文は下記のようになります: 場所: <exec< は MapForce Server 実行可能ファイルへのパスです。