On a SQL 2016 Server I have a job that calls an SSIS package. That package is in a project in the SSISDB and has parameters. One of those parameters is a str
Here is the image button source: <div class="btn"> <a href="javascript:fncLogin();"><img src="/image/btn_login.jpg" alt="A_LOGIN"><
/{ca}/{en}/{v1}: uriParameters: ca: description: Country of users have to specify with two letter country code. type: string required: t
Inside getUserObject() method we are not able to get Authentication object. It's available for 1st request only. But its setting to null for subsequent requests
I have a Firestore collection with many documents. I receive from another system, a list of (8000) ids, and I need to create new Firestore documents when some i
const fs = require('fs'); fs.readFile('./test.txt', function(error, data) { if (!error) { data = data.toString(); const firstLine = data.split('\n'
We have a React app created with create-react-app. We have to include an external script tag in the head tag (in the public/index.html file). The provider of th
I am trying to make user CRUD functions, I have made other functions but can't figure out the way to delete the user using the API, It will be also great if you
I'm creating dynamic forms (something like xforms) with some kind of atomic design. It means that every field will be a different component. Like FormTextArea,