I recently came across an online tutorial on Fiddle that demonstrates how to query JavaScript objects using SQL queries. This tutorial perfectly fits my current situation.
The issue arises when I attempt to implement this Fiddle example in my ASP.NET project.
Following the instructions at [https://github.com/agershun/alasql/wiki/install]
I have made the following additions:
<script src="alasql.js"></script>
in the head tag along with its corresponding JS files in my project
In addition, I also included (as another attempt)
also
<script src="alasql.min.js"></script>
However, upon debugging the project, I encounter the following error: Uncaught ReferenceError: alasql is not defined
Furthermore, when inspecting the page source, the specified link in the HTML page's head section does not appear.