Open amiagarw opened 2 years ago
Can I work on this issue
@harish343 Absolutely
how can I find this file scripts/3rdParty/alasql.min.js
@harish343 Use https://cdn.jsdelivr.net/npm/alasql@2.1.4/dist/alasql.js
instead so you dont get the minified version.
@amiagarw what is in the test.js file?
plz provide documentation and which database I can use with alasql
alasql is the database
how can I check records table
Hi We are planing to upgrade the alssql version from .2 to 1.7.3. We are using the browser version of alasql and download from https://cdn.jsdelivr.net/npm/alasql@1.7( Got this link from official site (https://github.com/AlaSQL/alasql) and include in the our webpage. But with latest records in table are always insert empty in the table.
We are trying to create the table 'BCPartners' and then insert the data into JSON formate. We can see the records set but each column has blank value.This is a blocker for us so need help ASAP Below are the sample code and more details ----------- Sample HTML page ---------------------
---------- Sample JS (test.js) code ---------