Instead a SQL function must be used.
The number of arguments that the SQL function takes.
Adding of slashes for SQL (just calls the sql function outlined above).
Ajout de slashes pour SQL (appelle simplement la fonction sql exposée précédemment).
The sql function accepts a string with a T-SQL command, executes it asynchronously using ADO.NET, and returns the results back to Node.js.
La fonction sql prend une chaine de caractères contenant une commande T-SQL, l'exécute de façon asynchrone en utilisant ADO.NET et retourne le résultat à Node.js.
In line 1, Edge.js creates the sql function by compiling ADO.NET code in the sql.csx file.
Ligne 1, Edge.js crée une fonction sql en compilant le code ADO.NET du fichier sql.csx.
Further arguments passed to the SQL function.
Arguments supplémentaires à passer à la fonction SQL.
By default, all the SQL function are not loaded in the repository.
Par défaut, toutes les fonctions SQL ne sont pas chargées dans le dépôt.
Callback function to handle the defined SQL function.
Fonction de procédure de rappel pour gérer les fonctions SQL définies.
The first argument passed to the SQL function.
Le premier argument à passer à la fonction SQL.
Parameters are used in SQL function definitions and in prepared queries.
Les paramètres sont utilisés dans des définitions de fonction SQL et dans les requêtes préparées.
Callback function to handle the defined SQL function.
Fonction de rappel pour manipuler la fonction SQL définie.
SQL function calls in the console are no longer naturally sent to the server.
Les appels de fonctions SQL dans la console ne sont plus naturellement transmis au serveur.
The mechanism described here therefore becomes the only way to call on the unplanned SQL function server.
Le mécanisme décrit ici devient donc le seul moyen d'appeler sur le serveur des fonctions SQL non prévues initialement.